|
|
MythTV talk.com - The MythTV forum Hier trifft sich die Welt, um über MythTV zu sprechen!
Welcome on the MythTV users community forum archive, 9228 users already joined the helping and friendly MythTV community! What are you waiting to be the next one?
Click HERE to view the official MythTV users community forum
|
mythtv-setup kein Zugriff auf mysql (gelöst)
|
hansp
|
Hallo Freunde,
allmählich schmeiße ich die Nerven weg. Bin jetzt von Debian auf Ubuntu umgbestiegen, geht auch nicht.
Beim Aufruf von mythtv-setup kommt die Meldung: Sinngemäß da ziemlich lange und kopieren aus dem Meldefenster nicht möglich:
Unable to connect to database
database not open
cannot login to databse
Wenn ich die mythconverg händisch anlege schaut das so aus:
ysql> CREATE DATABASE if not exists mythconverg;
Query OK, 1 row affected (0.00 sec)
mysql> CREATE DATABASE if not exists mythconverg;
Query OK, 0 rows affected, 1 warning (0.00 sec)
mysql> GRANT ALL ON mythconverg.* TO mythtv@localhost IDENTIFIED BY "mythtv";
Query OK, 0 rows affected (0.00 sec)
mysql> FLUSH PRIVILEGES;
Query OK, 0 rows affected (0.00 sec)
mysql> GRANT CREATE TEMPORARY TABLES ON mythconverg.* TO mythtv@localhost IDENTIFIED BY "mythtv";
Query OK, 0 rows affected (0.01 sec)
mysql> FLUSH PRIVILEGES;
Query OK, 0 rows affected (0.00 sec)
Ist das OK ? Mich irritiert das 0 rows affected.
Ich hoffe das da jemand weiterweis. Sonst muss ich wohl auf VDR umsteigen.
Grüsse
hans-peter
-----------------------------
Es war folgendes Problem: Ich habe alle Pakete (mysql und mythtv) auf einmal installiert. Allerdings lauft dann der mysqlserver noch nicht und daher scheitert mythtv.
Ich habe nun alles deinstalliert, dann nur mysql installiert und dafür gesorgt das der mysqlserver lauft. (den muss ich das erste mal manuell starten) dann mythtv installiert und jetzt hat es geklappt. |
|
Tuffi
|
wie hast du es denn gebacken bekommen? Da steht gelöst hinter.
Hab auch das Problem, das er mir sagt, das ich nicht auf die Datenbank draufzugreifen kann.
MfG |
|
Go to the original "mythtv-setup kein Zugriff auf mysql (gelöst)" thread |
|