Requirements
To install and run KMySql you will need the following:
- One of the KMySql distributions
- KDE 1.1.1 or newer
- Qt 1.42 or newer
- At least one plugin
- At least one working SQL server corresponding to each plugin
- To compile: gcc newer than 2.7.x (or egcs).
You can run KMySql without running the KDE itself. In this case you only
need the kdelibs to be installed.
If you want to compile KMySql, you will need the development package of each of
the required elements.
|
Installation
Source distribution: You need to compile the package, following this simple procedure:
tar zxfv kmysql-x.x.x.tar.gz cd kmysql-x.x.x ./configure make make install (as root)
Binary distribution:
Installation depends on the kind of package you use. Please refer to the documentation of your favorite tool.
Plugins: Same as the core packages, but you also have tar.gz binaries.
|
Core
Current version is 1.2.1.
When updating KMySql you must also update your plugins (if the latest version is newer than yours)
RPMs are prepared for RedHat 6.1, so they use /usr as default prefix. If you have KDE installed
elsewhere (RedHat 5.x uses /opt/kde), you must relocate them with the --prefix option.
Be aware that you may experience some problems if you relocate the RPM, since the RedHat 6.x KDE tree relocated in /opt is not equivalent
to the RedHat 5.x KDE tree. If you want to use KMySql with RedHat 5.x, you should better install from sources (either tarball or SRPM).
More packages are available from the KDE Linux Packaging Project.
|
Plugins
Plugin for MySQL: Current version is 1.2.0
Requirements: | MySQL >= 3.22.22 |
Source: | kmp_mysql-1.2.0.tar.gz | FTP | HTTP |
RPM (i386): | kmp_mysql-1.2.0-1.i386.rpm | FTP | HTTP |
SRPM: | kmp_mysql-1.2.0-1.src.rpm | FTP | HTTP |
TAR.GZ binary: | kmp_mysql-1.2.0-i386.tar.gz | FTP | HTTP |
Plugin for PostgreSQL: Current version is 0.1.2.2
Requirements: | PostgreSQL >= 6.3.2 |
Source: | kmp_psql-0.1.2.2.tar.gz | FTP | HTTP |
RPM (i386): | kmp_psql-0.1.2.2-1.i386.rpm | FTP | HTTP |
SRPM: | kmp_psql-0.1.2.2-1.src.rpm | FTP | HTTP |
TAR.GZ binary: | kmp_psql-0.1.2.2-i386.tar.gz | FTP | HTTP |
Plugin for MiniSQL: Current version is 0.1.2
Requirements: | MiniSQL >= 2.0.5 |
Source: | kmp_msql-0.1.2.tar.gz | FTP | HTTP |
RPM (i386): | kmp_msql-0.1.2-1.i386.rpm | FTP | HTTP |
SRPM: | kmp_msql-0.1.2-1.src.rpm | FTP | HTTP |
TAR.GZ binary: | kmp_msql-0.1.2-i386.tar.gz | FTP | HTTP |
Plugin for Sybase: Current version is 0.1.1
Requirements: | Sybase >= 11.0.3 |
Source: | kmp_sybase-0.1.1.tar.gz | FTP | HTTP |
TAR.GZ binary: | kmp_sybase-0.1.1-i386.tar.gz | FTP | HTTP |
|