Thread Module installieren auf Rechner ohne Internet (2 answers)
Opened by maral at 2012-12-13 17:40

hlubenow
 2012-12-14 16:38
#164212 #164212
User since
2009-02-22
875 Artikel
BenutzerIn
[default_avatar]
Generell vielleicht auch ganz interessant:

http://www.linux-magazin.de/NEWS/Perlskript-Prereq...

Hier könnte das Problem aber eher mit MySQL zusammenhängen:
Quote
For 'make test' to run properly, you must ensure that the
database user 'root' can connect to your MySQL server
and has the proper privileges that these tests require such
as 'drop table', 'create table', 'drop procedure', 'create procedure'
as well as others.

Offenbar findet er "mysql_config" nicht. Ist MySQL richtig konfiguriert? Das heißt: Kannst Du mit dem Konsolenbefehl "mysql" auf den MySQL-Server zugreifen? So daß da sowas erscheint:
Code: (dl )
1
2
3
4
5
6
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 2 to server version: 4.1.13

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql>

?

View full thread Module installieren auf Rechner ohne Internet