Hi!
> "Stephan" == Stephan Amann <[EMAIL PROTECTED]> writes:
Stephan> Hi all!
Stephan> I've downloaded the binary distribution
Stephan> mysql-standard-4.0.9-gamma-sun-solaris2.9-sparc-64bit.tar.gz from
Stephan> www.mysql.org.
Stephan> I have a couple of databases on this installation, wit
On Friday 28 March 2003 10:37, Stephan Amann wrote:
> The content of the my.cnf (Master)
> The my.cnf of the replika:
> I don't see any InnoDB settings...? Both, Master and Replika have the
> InnoDB Files in the DataDir...
Yes right. But that silently means that InnoBD files to be created for us
The content of the my.cnf (Master)
[client]
port=26001
socket=/tmp/mysql.prod.sock
[mysqld]
port=26001
socket=/tmp/mysql.prod.sock
pid-file=/nas/prod/app/mysql/etc/prod.pid
datadir=/store/prod/mysql/data
log-bin
server-id=1
[mysql.server]
basedir=/nas/prod/app/m
On Thu, Mar 27, 2003 at 10:55:28AM +0100, Stephan Amann wrote:
>
> The InnoDB files are created in the standard data directory; I did not
> configure any InnoDB Option, since we are not currently using InnoDB.
>
> What's wrong? Why do I get InnoDB datafiles (ib_arch_log_00,
> ib_logfile
Hi all!
I've downloaded the binary distribution
mysql-standard-4.0.9-gamma-sun-solaris2.9-sparc-64bit.tar.gz from
www.mysql.org.
I have a couple of databases on this installation, with all tables of
type MyISAM. However, on first start of mysqld the error log contains:
030226 12:39:48 mys