#database

1 messages · Page 1 of 1 (latest)

dense mason
#

The AuraSkills database created must be dedicated exclusively to it.?

echo girder
#

no it doesn't have to be, the tables are all prefixed with auraskills_ to avoid naming conflicts

dense mason
#

I'm having trouble connecting to my database, whenever I input the information, the plugin turns red and doesn't output any errors in the console.

#

I'm Brazilian and I'm using a translator, so there may be some errors in the message. 🇧🇷

#

I've always connected my databases smoothly, but with this one, it's not possible... I asked about the exclusive database because in the wiki I found about the plugin it was asking for it (or it was a mistake in the Google translation)."

#

sql:
enabled: true
type: mysql
host: 881.214.221.28
port: 3306
database: auraskills
username: MYUserColocado
password: MypassworldDf
load_delay: 0
always_load_on_join: false
ssl: false

#

Login information changed to example, but it's filled like this.

#

When I activate my MySQL, it looks like this:"

#

No errors in the console either, it just doesn't work at all.

#

I'm on the most updated version.

#

I deactivate my MySQL and everything starts working again.

echo girder
#

There has to be some sort of error in console for it to disable, check the entire startup log

dense mason
#

I checked the logs and my other plugins are connecting normally to the database, only this one is giving access denied and this error.

echo girder
# dense mason

That means that database user doesn't have the proper privileges to connect to the database. You probably have to grant permissions to it using a mysql shell somehow.

dense mason
#

Okay, I'll talk to the administrator of my hosting panel and see what they can do in this case. Thank you.

dense mason
#

To clarify my issue! What was wrong was the name of the database... what I thought would be the created database "auraskills" is actually where the name of the main database should be.