Nereziel / cs2-WeaponPaints

GNU General Public License v3.0
217 stars 55 forks source link

Tables are not created in the database. What am I doing wrong? #190

Closed k1to0o closed 8 months ago

k1to0o commented 8 months ago

I tried the last 3 releases, the tables are not created anywhere There are no errors in the console And plugin is stuck in loading

image chrome_zVPBk6RIHU chrome_p0kI4ePQUu

candied-apple commented 8 months ago

Make sure your credentials correct. Make sure your firewall does not block 3306 port. If you are running the database and server in the same machine try localhost as your host instead of ip.

k1to0o commented 8 months ago

My credentials are correct. Local ip doesn't work. And the firewall doesn't block the port. I don't have a website. I used GlobalShare but it doesn't work anymore

Make sure your credentials correct. Make sure your firewall does not block 3306 port. If you are running the database and server in the same machine try localhost as your host instead of ip.

asdfxD commented 8 months ago

maybe ur host does not allow remote connections, is it you own host?

k1to0o commented 8 months ago

The table for the Admin System plugin is created

maybe ur host does not allow remote connections, is it you own host?

k1to0o commented 8 months ago

Solved a problem