MYSQL default parameters
Posted: Sat Feb 19, 2011 10:32 am
Hello everyone, once again I post to ask yet another question.
Searching all the forums for "MYSQL" only one page of results show up.
I have managed to collect some useful info from those posts but unfortunately that is not enough...
I am trying to setup a deferred database for XBMC, you can see the post here:
http://forum.xbmc.org/showthread.php?t=70603
I need to tell the program to access AMAHI's MYSQL SERVER and recover the following data:
1. host
2. username
3. port
4. password
I found that username is "hda" and the password is "root" (please correct me if I'm wrong)
but I still have no idea what the hostname and port are. Any help?
Here is the xml I have to fill in:
<videodatabase>
<type>mysql</type>
<host>localhost</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
<name>xbmc_video</name>
</videodatabase>
I can then create the database named "xbmc_video".
-gg
Searching all the forums for "MYSQL" only one page of results show up.
I have managed to collect some useful info from those posts but unfortunately that is not enough...
I am trying to setup a deferred database for XBMC, you can see the post here:
http://forum.xbmc.org/showthread.php?t=70603
I need to tell the program to access AMAHI's MYSQL SERVER and recover the following data:
1. host
2. username
3. port
4. password
I found that username is "hda" and the password is "root" (please correct me if I'm wrong)
but I still have no idea what the hostname and port are. Any help?
Here is the xml I have to fill in:
<videodatabase>
<type>mysql</type>
<host>localhost</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
<name>xbmc_video</name>
</videodatabase>
I can then create the database named "xbmc_video".
-gg