hi also ich habe hier 2 rechner. auf dem einem linux, auf dem andren freebsd. bin auf beiden als root angemeldet und hab eine netrzwerk verbindung eingereichtet.
jetz muss auf dem freebsd rechner der mysql server zum laufen gebracht werden..
habe dazu von mysql.org die mysql version 5.1 runtergelden. dann habe ich die installationsschritte befolgt:
(ich hab jetz nochma alles gelöscht und von vorne angefangen)
#cd /usr/local
#gunzip </usr/mysql-5.1.15....tar.gz | tar xvf -
#ln -s /usr/local/mysql-5... mysql
#cd mysql
#scripts /mysql_install_db
Antwort:
WARNING: The host 'linux-hhyz.....................................' could not be looked up with resolveip.
This probably means that your libc libraries are not 100 % compatible
with this binary MySQL version. The MySQL daemon, mysqld, should work
normally with the exception that host name resolving will not work.
This means that you should use IP addresses instead of hostnames
when specifying MySQL privileges !
Installing all prepared tables
Fill help tables
To start mysqld at boot time you have to copy support-files/mysql.server
to the right place for your system
PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
./bin/mysqladmin -u root password 'new-password'
./bin/mysqladmin -u root -h linux-hhyz..................................... password 'new-password'
See the manual for more instructions.
You can start the MySQL daemon with:
cd . ; ./bin/mysqld_safe &
Please report any problems with the ./bin/mysqlbug script!
The latest information about MySQL is available on the web at
http://www.mysql.com
Support MySQL by buying support/licenses at
http://shop.mysql.com
#cd bin
#./mysqld_safe &
Antwort:
[1] 6075
linux-hhyz# chown: mysql: Invalid argument
Starting mysqld daemon with databases from /usr/local/mysql/data
STOPPING server from pid file /usr/local/mysql/data/linux-hhyz......................................pid
070319 14:35:36 mysqld ended
und wenn ich dann mysql eingebe, dann kommt der fehler
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.so
so vll habe ich irgendwas wichtiges vergessen???
oder ist der installationsweg falsch?
.
.
.
EDIT (autom. Beitragszusammenführung) :
.
aso vll sollte ich noch sagen das ich mich über die linux konsole mit dem andren rechner verbunden habe um das zu installieren...