ich hatte MySql 3 laufen diesen habe ich mit /etc/init.d/mysql stop beendet und mit apt-get remove mysql-server mysql-client deinstalliert, zudem habe ich alle übrigend Ordner entfernt.
Jetzt wollte ich MySQL 4 mit ./configure kompilieren, allerdings ist hier Schluss:
Starting the mysqld server. You can test that it is up and running
with the command:
./bin/mysqladmin version
debian:/usr/local/src/mysql# Starting mysqld daemon with databases from /usr/local/src/mysql/data
040705 15:03:12 mysqld ended
[/quote]
Dementsprechend erstellt er auch kein Make File.
Warum startet er also MYSQL und befördert mich trotz deinstallation in den MYSQL Monitor?
Danke
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
debian:~# gcc -v
Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
gcc version 2.95.4 20011002 (Debian prerelease)
debian:~# /lib/libc.so.* -v
GNU C Library stable release version 2.2.5, by Roland McGrath et al.
Copyright (C) 1992-2001, 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Compiled by GNU CC version 2.95.4 20011002 (Debian prerelease).
Compiled on a Linux 2.4.18 system on 2003-04-08.
Available extensions:
GNU libio by Per Bothner
crypt add-on version 2.1 by Michael Glad and others
linuxthreads-0.9 by Xavier Leroy
BIND-8.2.3-T5B
libthread_db work sponsored by Alpha Processor Inc
NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk
Report bugs using the `glibcbug' script to <bugs@gnu.org>.
debian:~#
Warum nicht gleich http://www.backports.org .. das wird bei Versionserneuerungen / Sicherheitspatches auch durch ein apt-get upgrade erneuert .. [/url]