Hi
Ich weis nicht ob dass hier rein gehört aber ich hab ein Problem ich muss eine MYsql datenbank erstellen die ich dann mit java verbinde über das plug in Iconomy (geht über dass Spiel Minecraft)
hier ist die Beschreibung verstehe es aber leider nicht könnt ihr mir helfen?
MySQL
If you are going to use MySQL, iConomy allows you to do so. There have been a few bug issues about remote servers being a bit sluggish so its recommended that you have your MySQL installation on the same server, this may reduce the latency and response time.
Setting up MySQL Settings
1. In iConomy/settings.properties, set user, pass, and db string to match your settings, as well setting use-mysql to true.
* use-mysql=true
* driver=com.mysql.jdbc.Driver
* user=root
* pass=pass
* db=jdbc:mysq;://localhost:3306/minecraft
2. Import the sql tables to the database specified above
* mysql -u username -p databasename < SQL/iConomy.sql
Ich weis nicht ob dass hier rein gehört aber ich hab ein Problem ich muss eine MYsql datenbank erstellen die ich dann mit java verbinde über das plug in Iconomy (geht über dass Spiel Minecraft)
hier ist die Beschreibung verstehe es aber leider nicht könnt ihr mir helfen?
MySQL
If you are going to use MySQL, iConomy allows you to do so. There have been a few bug issues about remote servers being a bit sluggish so its recommended that you have your MySQL installation on the same server, this may reduce the latency and response time.
Setting up MySQL Settings
1. In iConomy/settings.properties, set user, pass, and db string to match your settings, as well setting use-mysql to true.
* use-mysql=true
* driver=com.mysql.jdbc.Driver
* user=root
* pass=pass
* db=jdbc:mysq;://localhost:3306/minecraft
2. Import the sql tables to the database specified above
* mysql -u username -p databasename < SQL/iConomy.sql
Zuletzt bearbeitet von einem Moderator: