"SfR Fresh" - the SfR Freeware/Shareware Archive 
As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
1 Information-File for MySQL-Front 1.22
2 =======================================
3
4
5 --------------------------------------
6 General:
7 --------------------------------------
8 MySQL-Front is an easy-to-use-interface for web-workers dealing with MySQL-Databases.
9 It requires libmySQL.dll from the MySQL-Server as "API" (provided in this zip-file -
10 newest version available at http://www.mysql.com.
11
12
13
14 --------------------------------------
15 Installation:
16 --------------------------------------
17 MySQL-Front does *not* yet come with a fancy installer - just unzip all files into a
18 directory and execute mysqlfront.exe - just that simple
19 If you have the money to buy me a professional install-tool (e.g. Install-Shield),
20 please mail me: info@anse.de
21
22
23
24 --------------------------------------
25 With MySQL-Front you can...
26 --------------------------------------
27 - create/drop databases
28 - create/drop tables
29 - edit/add/delete fields
30 - edit/insert/delete records
31 - edit BLOBs with Bitmap/GIF/JPEG-Support
32 - a list of server-variables
33 - view and kill other user-processes
34 - execute (large) SQL-scripts
35 - view advanced table-properties, such as Type, Comment, Key_Length and so on
36 - export table-structure and data into SQL-scripts or other databases
37 - replicate databases between two hosts ("Export tables...")
38 - save data to CSV-Files (ideal for working with MS-Excel) or HTML-tables
39 - copy CSV-data/HTML-Tables to clipboard
40 - copy tables to new table-names (new in 1.21)
41 - change table-types to ISAM, MYISAM, MERGE, HEAP or userdefined types (new in 1.21)
42 - add users
43 - flush Host/Logs/Privileges/Tables
44 - write SQL-queries with syntax-highlighting
45 - import data from ODBC-datasources (new in 1.21: login-prompt)
46 - do table-diagnostics (check, optimize, repair, analyze)
47 - and a lot more...
48
49
50
51 --------------------------------------
52 Changes to the last version:
53 --------------------------------------
54 - Added option in preferences-dialog: "Show native field-contents for Text-,
55 BLOB- and Date-Fields"
56 - Changed "Default Column-width in datagrids" to "Maximium column-width", which means,
57 that only columns are resized, which are bigger than this value, not just all columns
58
59 see the complete changes-log on http://www.anse.de/mysqlfront/changes.php
60
61
62
63 --------------------------------------
64 Requirements:
65 --------------------------------------
66 - libmysql.dll (Client-library for MySQL-Server)
67 - msvcrt.dll (Microsoft (R) C Runtime Library)
68 - TCP/IP-Protocol
69 - ODBC (for the ODBC-import-option)
70
71 In case ODBC makes problems, you need to go to the Microsoft site, download and
72 install DCOM95 from http://www.microsoft.com/com/dcom/dcom95/download.asp and then
73 download and install MDAC 2.6.RTM from http://www.microsoft.com/data/download_260rtm.htm
74 Note: DCOM95 is only needed for Windows 95 - it is not needed for later Windows versions.
75
76
77
78 --------------------------------------
79 The Author:
80 --------------------------------------
81 Ansgar Becker
82 info@anse.de
83 http://www.anse.de/
84
85
86
87 --------------------------------------
88 Project-Homepage
89 --------------------------------------
90 http://www.mysqlfront.de/
91
92
93 EOF