trying server online #2218
Replies: 2 comments 7 replies
-
If you are making your server available for public just make sure you have DB selected and run https://github.com/LandSandBoat/server/wiki/Post-Install-Guide#changing-the-server-ip-address With the message where says Your query contains UPDATE / DELETE without a WHERE clause just click yes. After that you should get message at bottom saying affected rows like around 298. You can also click on zone_settings to see the new IP Also don't need to add the "WHERE Id =' 3"; remove that part and just use what above is posted |
Beta Was this translation helpful? Give feedback.
-
https://stackoverflow.com/questions/14546820/update-query-without-where-clause-doesnt-work Turn off safe mode |
Beta Was this translation helpful? Give feedback.
-
i'm trying to get the server online, but i can't change the zone settings. i am using this command
UPDATE zone_settings SET zoneip = '81 .56.56.187'
before it tells me
"Your query contains UPDATE / DELETE without a WHERE clause. Confirm?
after that nothing is changing
try this
UPDATE zone_settings SET zoneip = '81 .56.56.187 'WHERE Id =' 3 ';
but recive this
SQL Error (1054): Unknown column 'Id' in 'where clause'
Someone can help me?
Beta Was this translation helpful? Give feedback.
All reactions