Skocz do zawartości
  • 0

Problem z połączeniem skriptu z bazą danych


JeLLQ

Pytanie

Cały czas wyskakuje mi błąd:

[00:50:18 ERROR]: #!#! [00:50:18 ERROR]: #!#! ===!!!=== Skript variable load error ===!!!===[00:50:18 ERROR]: #!#! Unable to load (all) variables:[00:50:18 ERROR]: #!#! Cannot connect to the database '424665_'![00:50:18 ERROR]: #!#! [00:50:18 ERROR]: #!#! Skript will work properly, but old variables might not be available at all and new ones may or may not be saved until Skript is able to create a backup of the old file and/or is able to connect to the database (which requires a restart of Skript)![00:50:18 ERROR]: #!#! 

Nie wiem co robię nie tak. Jakbyście mogli dodatkowo podać mi jak powinien plik config wyglądać na lokalnym serwerze, żebym mógł sprawdzić czy coś pomijam, na lokalnym też mi nie działa. (używam xampp)

Odnośnik do komentarza
Udostępnij na innych stronach

6 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0
	database 1:		# an example database to describe all possible options.				type: MySQL		# The type of this database. Allowed values are 'CSV', 'SQLite', 'MySQL' and 'disabled'.		# CSV uses a text file to store the variables, while SQLite and MySQL use databases, and 'disabled' makes Skript ignore the database as if it wasn't defined at all.				pattern: .*		# Defines which variables to save in this database.		# This pattern uses Regex syntax, e.g. use 'db_.*' (without the quotes) to store all variables prefixed with 'db_' in this database,		# or use '.*' (the default value) to store all variables here (recommended for the last database in this list, as otherwise some variables might not be saved).		# Please note that variables are only stored in one database, and databases are checked from top to bottom,		# e.g. if a variable matches the topmost database's pattern it will be saved there and nowhere else.		# BTW: Patterns are checked in a separate thread, i.e. your server likely won't run slower when using complicated patterns.				monitor changes: false		monitor interval: 20 seconds		# If 'monitor changes' is set to true, variables will repeatedly be checked for updates in the database (in intervals set in 'monitor interval').		# ! Please note that you should set 'pattern', 'monitor changes' and 'monitor interval' to the same values on all servers that access the same database!				# == MySQL configuration ==		host: localhost # Where the database server is located at, e.g. 'example.com', 'localhost', or '192.168.1.100'		port: 3306 # 3306 is MySQL's default port, i.e. you likely won't need to change this value		user: root		password: pass		database: skript # The database to use. Skript will automatically create a table 'variables21' in this database if it doesn't exist		                 # (If the table exists but is defined differently that how Skript expects it to be you'll get errors and no variables will be saved and/or loaded)

Nie wiem też jak wpisać, że nie używam hasła

Edytowane przez JeLLQ
Odnośnik do komentarza
Udostępnij na innych stronach

  • 0

A jak mam lokalnie i bez hasła to jak to zrobić, żeby logowało się bez hasła?

 

np :

	Skript:		type: MySQL		pattern: .*				host: localhost		port: 3306		user: root		password: pass		database: skript				monitor changes: true		monitor interval: 20 seconds

Dobra, udało mi się ustawić hasło w xampp

 

ale kolejne pytanie:

 

czy da się coś zrobić, żeby to było bardziej czytelne:

 

4 hardcore.ban.xjellzyx boolean [bLOB - 1 B] 983af123-6b6f-43c9-b3fd-f1996550fc6c - wartości przechowuje binarnie :(

Edytowane przez JeLLQ
Odnośnik do komentarza
Udostępnij na innych stronach

Nieaktywny
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
  • Ostatnio przeglądający   0 użytkowników

    • Brak zarejestrowanych użytkowników przeglądających tę stronę.
×
×
  • Dodaj nową pozycję...