Help Sql updates not transfering to server

I updated some values for the car shop but its not updating, Im new to this so not sure if theres an extra step to updating these .sql files unlike the regular code editing .lua files.

Whenever I update the values of anything it doesnt update despite these all being in game and implimented any idea what i have to do to update .sql files?

Have you run the sql in your chosen database program again ? as databases wont update just by saving the file with changes. :slight_smile:

As I’m on xammp click stop and start again on the MySql part?

no the that will just restart the db itself you need to run the script into the db again

Ah right I have no idea how to do that. I’ll have to dig into it more I’ve only coded with Lua source before so this sql stuff is all very confusing. I do have xammp and heidi sql installed for the server though.

Hey :slight_smile:
Do you know how to access to your PhpMyAdmin web page**, if so you just have to (1.select the DB) , (2.Select your table), (3.Select the SQL tab), (4.past your SQL here and execute).

image

image

image

** I use WAMP and to access the PhpMyAdmin page I just type : http://127.0.0.1/phpmyadmin in my web browser

1 Like