[GastForen Programmierung/Entwicklung PHP und MySQL

  • Suche
  • Hilfe
  • Lesezeichen
  • Benutzerliste

2 MySQL dienst auf einem Rechner

torkel
Beiträge gesamt: 21

2. Jul 2005, 15:31
Bewertung:

gelesen: 3260

Beitrag als Lesezeichen
jetzt hab ich dies gemacht. als hab alles ins verzeichnis /home/mysql kopiert und die start.sh mit den angaben erstellt. jetzt wenn ich es starten will, bekomme ich diese meldung:

Code
admin@srv100:~/mysql/bin$ sh start.sh 
start.sh: line 4: ./mysql_install_db: No such file or directory
admin@srv100:~/mysql/bin$ The file /usr/local/mysql/bin/mysqld doesn't exist or is not executable
Please do a cd to the mysql installation directory and restart
this script from there as follows:
./bin/mysqld_safe.


ich hab dann die start.sh auch noch so abgeändert:

Code
QL_UNIX_PORT=/tmp/mysqld-second.sock 
MYSQL_TCP_PORT=3307
export MYSQL_UNIX_PORT MYSQL_TCP_PORT
/home/admin/mysql/scripts/mysql_install_db --user=mysql
/home/admin/mysql/bin/mysqld_safe --datadir=/home/admin/mysql/data &


ging auch nicht. meldung:

Code
admin@srv100:~/mysql/bin$ sh start.sh 
Could not find help file 'fill_help_tables.sql' in ./support-files or inside /usr.
admin@srv100:~/mysql/bin$ The file /usr/local/mysql/bin/mysqld doesn't exist or is not executable
Please do a cd to the mysql installation directory and restart
this script from there as follows:
./bin/mysqld_safe.


(Dieser Beitrag wurde von torkel am 2. Jul 2005, 15:36 geändert)
Änderungsverlauf:
Beitrag geändert von torkel (Novice) am 2. Jul 2005, 15:36