Audio (343) Datatype (51) Demo (203) Development (593) Document (22) Driver (97) Emulation (146) Game (994) Graphics (494) Library (113) Network (230) Office (65) Utility (913) Video (69)
Total files: 4333
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
Mysql-client | Description: | MySQL 3.23.58 client - AmigaOS4 binaries | Download: | mysql-client.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 6Mb | Version: | 3.23.58 | Date: | 06 May 2005 | Author: | MySQL AB (http://www.mysql.com) / Ported by Edgar Schwan | Submitter: | Edgar Schwan | Email: | eds/rz-online de | Homepage: | http://www.schwan-clan.de | Requirements: | ppc-amigaos >= 4.0.0 | Category: | network/misc | License: | GPL | Distribute: | yes | Min OS Version: | 4.0 | FileID: | 728 | | | Snapshots:
| |
| Comments: | 2 | Snapshots: | 1 | Videos: | 0 | Downloads: | 288 (Current version) | | 288 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
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.
|