gopart Posted October 8, 2012 Share Posted October 8, 2012 Bonjour Voila j'ai un probleme je n'arrive pas a lier mysql avec Xauth j'ai quelques connaissances en mysql donc je config tout bien mais rien a faire aucune table se creer dans la base le plugin continue a load la base h2 sur le ftp du serveur comment faut-il faire Merci Quote Link to comment Share on other sites More sharing options...
Guest Invité Posted October 9, 2012 Share Posted October 9, 2012 Bonjour, tu as quoi comme logs sur le FTP ? Montre-nous le fichier de configuration Xauth en masquant le mdp de la bdd. Quote Link to comment Share on other sites More sharing options...
gopart Posted October 9, 2012 Author Share Posted October 9, 2012 Le fichier de config main: auto-disable: true check-for-updates: true download-library: true reload-on-join: false mysql: enabled: true host: monhost port: 3306 user: monuser password: monpass database: mabase tables: account: accounts location: locations lockout: lockouts playerdata: playerdata session: sessions permissions: backend: bukkit authurl: enabled: false url: http://localhost registration: false status: false groups: false broadcast-login: false single-session: reverse: true guests: reverse: false immunity-length: 5 registration: enabled: true forced: true require-email: false validate-email: false account-limit: 0 activation: false require-login: true password: min-length: 6 allow-change: true complexity: lowercase: false uppercase: false number: false symbol: false guest: timeout: 300 notify-cooldown: 5 hide-inventory: true protect-location: true allowed-commands: - register - login - l restrict: player: chat: true interact: true move: true pickup: true block: place: true break: true entity: damage: true target: true session: length: 3600 verifyip: true godmode-length: 5 strikes: amount: 5 lockout-length: 3600 account: track-last-login: false filter: min-length: 3 allowed: ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890_ disallowed: '' blank-name: true groups: guest: '' authenticated: '' Mes logs 09.10 16:33:52 [server] WARNING **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!09.10 16:33:51 [server] INFO Generating keypair 09.10 16:33:51 [server] INFO Default game type: CREATIVE 09.10 16:33:51 [server] INFO Loading properties 09.10 16:33:51 [server] INFO Starting minecraft server version 1.3.2 09.10 16:33:51 [server] INFO 27 achievements 09.10 16:33:51 [server] INFO 195 recipes 09.10 16:33:51 [Multicraft] Loaded config for "Mod: Craftbukkit" 09.10 16:33:51 [Multicraft] Starting server! 09.10 16:33:51 [Multicraft] Loading server properties 09.10 16:33:50 [Multicraft] Server stopped 09.10 16:33:49 [Multicraft] Server shut down 09.10 16:33:49 [server] INFO Saving chunks for level 'St-Cere_the_end'/The End 09.10 16:33:49 [server] INFO Saving chunks for level 'St-Cere_nether'/Nether 09.10 16:33:49 [server] INFO Saving chunks for level 'St-Cere'/Overworld 09.10 16:33:49 [server] INFO Saving worlds 09.10 16:33:49 [server] INFO Saving players 09.10 16:33:49 [server] INFO Stopping server 09.10 16:33:49 [server] INFO Saving chunks for level 'St-Cere_the_end'/The End 09.10 16:33:49 [server] INFO Saving chunks for level 'St-Cere_nether'/Nether 09.10 16:33:49 [server] INFO Saving chunks for level 'St-Cere'/Overworld 09.10 16:33:49 [server] INFO Saving worlds 09.10 16:33:49 [server] INFO Saving players 09.10 16:33:49 [server] INFO Closing listening thread 09.10 16:33:49 [server] WARNING DSCT: socket closed 09.10 16:33:49 [server] INFO [xAuth] v2.0.20 Disabled! 09.10 16:33:49 [server] INFO [xAuth] Detached from BukkitSupport 09.10 16:33:48 [server] INFO [xAuth] Disabling xAuth v2.0.20 09.10 16:33:48 [server] INFO Stopping server 09.10 16:33:48 [server] INFO CONSOLE: Stopping the server.. 09.10 16:33:48 [server] INFO CONSOLE: Forcing save.. 09.10 16:33:48 [Multicraft] Stopping server! 09.10 16:33:48 [Multicraft] Received restart command 09.10 16:33:12 [server] INFO [server] ?8World saved. 09.10 16:33:12 [server] INFO CONSOLE: Forcing save.. 09.10 16:33:12 [server] INFO CONSOLE: Enabled level saving.. 09.10 16:33:12 [Multicraft] Auto-saving world... 09.10 16:23:06 [server] INFO [server] ?8World saved. 09.10 16:23:06 [server] INFO CONSOLE: Forcing save.. 09.10 16:23:06 [server] INFO CONSOLE: Enabled level saving.. 09.10 16:23:06 [Multicraft] Auto-saving world... 09.10 16:13:00 [server] INFO [server] ?8World saved. 09.10 16:13:00 [server] INFO CONSOLE: Forcing save.. 09.10 16:13:00 [server] INFO CONSOLE: Enabled level saving.. 09.10 16:13:00 [Multicraft] Auto-saving world... 09.10 16:02:54 [server] INFO [server] ?8World saved. 09.10 16:02:54 [server] INFO CONSOLE: Forcing save.. 09.10 16:02:54 [server] INFO CONSOLE: Enabled level saving.. 09.10 16:02:54 [Multicraft] Auto-saving world... 09.10 15:52:48 [server] INFO [server] ?8World saved. 09.10 15:52:48 [server] INFO CONSOLE: Forcing save.. 09.10 15:52:48 [server] INFO CONSOLE: Enabled level saving.. 09.10 15:52:48 [Multicraft] Auto-saving world... 09.10 15:42:47 [Multicraft] Skipped 48 lines due to rate limit (30/s) 09.10 15:42:46 [server] Startup Done (2,194s)! For help, type "help" or "?" 09.10 15:42:46 [server] INFO at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:374) 09.10 15:42:46 [server] INFO at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) 09.10 15:42:46 [server] INFO at com.cypherx.xauth.xAuth.onEnable(xAuth.java:163) 09.10 15:42:46 [server] INFO at com.cypherx.xauth.database.DatabaseController.runUpdater(DatabaseController.java:163) 09.10 15:42:46 [server] INFO at com.cypherx.xauth.database.DatabaseUpdater.runUpdate(DatabaseUpdater.java:91) 09.10 15:42:46 [server] INFO at com.cypherx.xauth.database.DatabaseUpdater.executeQuery(DatabaseUpdater.java:201) 09.10 15:42:46 [server] INFO ); [42101-164] 09.10 15:42:46 [server] INFO PRIMARY KEY (`id`) 09.10 15:42:46 [server] INFO `active` TINYINT(1) UNSIGNED NOT NULL DEFAULT 0, 09.10 15:42:46 [server] INFO `lastloginip` CHAR(45) NULL, 09.10 15:42:46 [server] INFO `lastlogindate` DATETIME NULL, 09.10 15:42:46 [server] INFO `registerip` CHAR(45) NULL, 09.10 15:42:46 [server] INFO `registerdate` DATETIME NULL, Quote Link to comment Share on other sites More sharing options...
BasilicGeant Posted October 9, 2012 Share Posted October 9, 2012 Bonjour, La configuration semble correcte, vérifiez vos identifiants au cas où. Vous n'avez aucune autre erreurs dans les logs ? Je continu à chercher sur d'autre forum, mais le problème n'a pas l'air très courant. Quote Link to comment Share on other sites More sharing options...
gopart Posted October 10, 2012 Author Share Posted October 10, 2012 Le probleme c'est resolu je ne sais pas trop comment la sa marche merci quand meme :) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.