- February 26, 2008
- 27
- 1
- Home Country
-
United States of America
TV-Server Version: 1.0.0.0 RC2
MediaPortal Version: 1.0.0.0 RC2
MediaPortal Skin:
Windows Version: Windows XP Home SP2
CPU Type: Intel Core2 Duo
HDD:
Memory: 1 GB
Motherboard:
Video Card: GeForce 8500GT
Video Card Driver:
Sound Card:
Sound Card AC3:
Sound Card Driver:
1. TV Card: Vista View
1. TV Card Type: Saber DNA-1n1-I
1. TV Card Driver:
2. TV Card:
2. TV Card Type:
2. TV Card Driver:
3. TV Card:
3. TV Card Type:
3. TV Card Driver:
4. TV Card:
4. TV Card Type:
4. TV Card Driver:
MPEG2 Video Codec:
MPEG2 Audio Codec:
h.264 Video Codec:
Satelite/CableTV Provider:
HTPC Case:
Cooling:
Power Supply:
Remote:
TV:
TV - HTPC Connection:
After a fresh install {uninstall old instances of mediaportal, tvserver, mysql / delete program folders / reboot } of RC2, I was not able to log into the TV Server Configuration utility. I would receive the following error:
Connection Failed: Host 'mediapc' is not allowed to connect to this MySQL Server.
Only after performing the following commands and restarting the MySQL service, was I able to connect to the MySQL server and run the configuration utility:
mysql -u root
UPDATE mysql.user SET Password = PASSWORD('mediaportal') WHERE User = 'root';
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'mediaportal';
FLUSH PRIVILEGES;
exit
As this does not appear to be the most secure way of getting this to work, can the install process perform a better solution?
MediaPortal Version: 1.0.0.0 RC2
MediaPortal Skin:
Windows Version: Windows XP Home SP2
CPU Type: Intel Core2 Duo
HDD:
Memory: 1 GB
Motherboard:
Video Card: GeForce 8500GT
Video Card Driver:
Sound Card:
Sound Card AC3:
Sound Card Driver:
1. TV Card: Vista View
1. TV Card Type: Saber DNA-1n1-I
1. TV Card Driver:
2. TV Card:
2. TV Card Type:
2. TV Card Driver:
3. TV Card:
3. TV Card Type:
3. TV Card Driver:
4. TV Card:
4. TV Card Type:
4. TV Card Driver:
MPEG2 Video Codec:
MPEG2 Audio Codec:
h.264 Video Codec:
Satelite/CableTV Provider:
HTPC Case:
Cooling:
Power Supply:
Remote:
TV:
TV - HTPC Connection:
After a fresh install {uninstall old instances of mediaportal, tvserver, mysql / delete program folders / reboot } of RC2, I was not able to log into the TV Server Configuration utility. I would receive the following error:
Connection Failed: Host 'mediapc' is not allowed to connect to this MySQL Server.
Only after performing the following commands and restarting the MySQL service, was I able to connect to the MySQL server and run the configuration utility:
mysql -u root
UPDATE mysql.user SET Password = PASSWORD('mediaportal') WHERE User = 'root';
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'mediaportal';
FLUSH PRIVILEGES;
exit
As this does not appear to be the most secure way of getting this to work, can the install process perform a better solution?