This is a port of all mysql-clients to AmigaOS 4.0. Sorry, no server
so far. Hope to build it in the future.
Following client-programs are included:
* mysql The MySQL-monitor to edit databases.
* mysqladmin Administration program for the mysqld daemon.
* mysqldump Dumping definition and data mysql database or table
* mysqlshow Shows the structure of a mysql database (databases,
tables and columns).
* mysqlimport Loads tables from text files in various formats.
* mysqltest Runs a test against the mysql server and compares
output with a results file.
* mysqlbinlog Dumps a MySQL binary log in a format usable for viewing
or for pipeing to the mysql command line client.
* isamchk Check and repair of ISAM tables.
* isamlog Write info about whats in a ISAM log file.
* pack_isam Pack a ISAM-table to take much smaller space.
* myisamchk Check and repair of MyISAM tables.
* myisamlog Write info about whats in a MyISAM log file.
* myisampack Pack a MyISAM-table to take much less space.
* my_print_defaults Prints all arguments that is give to some program
using the default files.
* resolve_stack_dump Resolve numeric stack strace dump into symbols.
* perror Print a description for a system error code or a error
code from a MyISAM/ISAM/BDB table handler.
* replace This program replace strings in a file or on stdin/stdout.
* resolveip Get hostname based on IP-address or IP-address based on
hostname.
* comp_err Compile errormessage (??).
-----------------------------------------
Installation:
- Unpack the archive and copy the value to wherever you want.
(e.g.: "Work:Networking/").
- Add these lines to your user-startup:
;BEGIN MYSQL
Assign MYSQL: <your path>
Path MYSQL:bin ADD
;END MYSQL
- Copy the value of the ENVARC-drawer to ENVARC:
that's all :-)
-----------------------------------------
Notes:
I've tested all programs together with a server running on a A4000T and on
a Windows-PC (shame on me). I couldn't find any serious problem, but please
notice, that you use this software on your own risk!
I suggest a minimum stack of 500000 bytes.
| |