You are not logged in.

LarsTheN00b

Beginner

  • "LarsTheN00b" started this thread

Posts: 2

wcf.user.option.userOption53: Nein

  • Send private message

1

Monday, July 29th 2013, 5:25am

Store Plugin Nitrado Mysql...

Hallo liebe Sourceserver Community, ich bin am verzweifeln ich versuche seid 7std das Store plugin "https://github.com/alongubkin/store/wiki/Installing-Store" zu installieren ich habe nitrado acc dort siehts so aus:


->

Okay eigentlich ganz okay jetzt zum thema Sourcemod Database Datei... :D

Spoiler Spoiler

"Databases"
{
"driver_default" "mysql"
"default"
{
"driver" "default"
"host" "localhost"
"Database" "sourcemod"
"user" "root"
}
"storage-local"
{
"driver" "sqlite"
"Database" "sourcemod-local"
}
"clientprefs"
{
"driver" "sqlite"
"host" "localhost"
"Database" "clientprefs-sqlite"
"user" "ni205313_1_DB"
}
"stamm_sql"
{
"driver" "sqlite"
"host" "localhost"
"Database" "Stamm-DB"
"user" "root"
}
"store"
{
"driver" "mysql"
"host" "localhost"
"Database" "ni205313_1_DB"
"user" "ni205313_1_DB"
}
}



ich habs auch schon mit PASS versucht aber ich bin am verzweifeln der error ist dieser hier:

Spoiler Spoiler

Spoiler Spoiler

2013-07-29 05:04:07 [store/store-logging.smx] INFO | Logging started
2013-07-29 05:04:10 [store/store-backend.smx] ERROR | Connection to SQL database has failed, Reason: [2002]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
2013-07-29 05:04:10 [store/store-backend.smx] ERROR | Connection to SQL database has failed, Reason: [2002]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
2013-07-29 05:04:10 [store/store-backend.smx] ERROR | Connection to SQL database has failed, Reason: [2002]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
2013-07-29 05:04:10 [store/store-backend.smx] ERROR | Connection to SQL database has failed, Reason: [2002]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
2013-07-29 05:04:10 [store/store-backend.smx] ERROR | Connection to SQL database has failed, Reason: [2002]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)





ich bitte um schnelle hilfe ;((

Newbie'

Professional

Posts: 580

Location: Zuhause

wcf.user.option.userOption53: Nein

  • Send private message

2

Monday, July 29th 2013, 7:34am

Liegen Gameserver sowie Mysql Datenbank auf dem selben Server. Hast du einen Root? Wenn nicht musst du unter

Source code

1
"host" "xxx"


Die IP vom Server hinterlegen wo die Mysql Datenbank brauf liegt.

LarsTheN00b

Beginner

  • "LarsTheN00b" started this thread

Posts: 2

wcf.user.option.userOption53: Nein

  • Send private message

3

Monday, July 29th 2013, 7:40am

steht doch da ist auf Nitrado und ich hab alle daten die bei nitrado stehen da eingetragen ^^

sliqz

Intermediate

Posts: 409

Occupation: Kaufman im Einzelhandel

wcf.user.option.userOption53: Ja

  • Send private message

4

Monday, July 29th 2013, 9:45am

Nitrado mag ich gar nicht habe schlechte Erfahrung mit denen.

Ich würde an deiner Stelle die IP als host schreiben ... bei Nitrado kann man sich nicht sicher sein. ( was die alles blocken... )

Wenn ich mich nicht täusche Fehlen und müssen paar "{" und "}" geändert werden :S

Schau dir erst mal die Database.cfg an und trage dann die IP als host ein dann wird es klappen da bin ich mir sicher :D

P.S Bei Nitrado muss man ein Häckchen machen das es Verbindung von außen annimmt sonst blockt er alles.

MfG
sliqz

MadMakz

Super Moderator

Posts: 1,878

Location: ~#

wcf.user.option.userOption53: Ja

  • Send private message

5

Monday, July 29th 2013, 2:36pm

Nitrados MySQL host ist nicht localhost es seidenn man schaut aus der sicht vom Webspace.

Kurzum: Mysql host = Adresse vom webspace.

Wenn noch etwas unklar ist wende dich an den Nitrado support oder schau in deren Foren. Dort findet man einige Hinweise.

Similar threads