MySQL Client/Server

Blackfarmer

Grünschnabel
Hallo Leute,

ich steh vor einem Problem. Ich möchte auf einem Server eine Datenbank laufen lassen, aber ich will auch über Clients drauf zugreifen können. Aber irgendwie geht das bei mir nicht.
Zum Verbinden nehm ich folgenden Befehl her:

Code:
Client> mysql -h 192.168.0.200 -u user -ppassword db
ERROR 2013: Lost connection to MySQL server during query

keine schöne Antwort, oder? :(

Hab mir dann mal den Server angesehen, also die Logdatei (/var/lib/mysql/mysqld.log)
Code:
Number of processes running now: 1
mysqld-max process hanging, pid 18807 - killed
030623 11:40:43  mysqld restarted
Cannot initialize InnoDB as 'innodb_data_file_path' is not set.
If you do not want to use transactional InnoDB tables, add a line
skip-innodb
to the [ mysqld] section of init parameters in your my.cnf
or my.ini. If you want to use InnoDB tables, add to the [ mysqld]
section, for example,
innodb_data_file_path = ibdata1:10M:autoextend
But to get good performance you should adjust for your hardware
the InnoDB startup options listed in section 2 at
http://www.innodb.com/ibman.html
/usr/sbin/mysqld-max: ready for connections

ich bin jetzt nich wirklich schlauer geworde. Ich bräuchte dringend Hilfe.
Noch ein paar Sachen zum System:
Server:
SuSE 8.1 (2.4.19-64GB-SMP)
MySQL: was mitgeliefert wird
IP: 192.168.0.200

Client:
SuSE 7.0 (2.2.16)
MySQL: was mitgeliefert wird
IP: 192.168.0.33

vielleicht sollte ich noch sagen, dass ich Cajun (MP3 Player) zum laufen bringen will und die Datenbank auf dem Server betreiben will, weil da erstens die MP3's drauf sind (16GB) und zweitens viel leistungsfähiger ist als so ein Client

Viel Danke
 

Neue Beiträge

Zurück