Horses MySQL
Napsal: 21 zář 2013, 14:46
od freeZy
93.91.250.212:27983
Dobry den,
Dobre som napojil tento plugin na mysql ?
config:
S tymto: sql.mydomain.com:3306 nic netreba robit ?
Dakujem Karma
Dobry den,
Dobre som napojil tento plugin na mysql ?
config:
Spoiler: zobrazit
Kód: Vybrat vše
# Horses v1.1.6 by ShadowDog007
# http://dev.bukkit.org/bukkit-plugins/horse-stables/
#
# #$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#
# ######################### MySQL Configuration #########################
# #$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#
# Horses will create two Tables for storing Players horses.
#
# 1) Stables, This stores the players stable id and last active horse
# 2) Horses, This stores the players horse data
# #$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#$#
#
# #######################################################################
# Host
# #######################################################################
# The hostname or IP of your MySQL server.
#
# Can include the port like so:
# sql.mydomain.com:3306
#
# #######################################################################
# Database
# #######################################################################
# The name of the database to use
#
# #######################################################################
# User
# #######################################################################
# The username for the MySQL server
#
# #######################################################################
# Password
# #######################################################################
# The password for the MySQL server
Host: localhost
Database: 119502_mysql_db
User: 119502_mysql_db
Password: ************
S tymto: sql.mydomain.com:3306 nic netreba robit ?
Dakujem Karma