Jump to content

Saving database (levels, etc..)


Recommended Posts

  • Replies 6
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

On 11. 5. 2017 at 0:35 AM, Fazer said:

root@avismt2:/usr/home/game # Warning: Using a password on the command line interface can be insecure.
ERROR 1054 (42S22) at line 1: Unknown column 'carcel_rinnegan' in 'field list'

Or in clientsinde:
 

Quote

0512 16:42:47607 :: ============================================================================================================
0512 16:42:47607 :: Abort!!!!


 

Could be problem in this?

Link to comment
Share on other sites

2 hours ago, asterix2 said:

New sh close.sh

 


#!/bin/bash

echo -e "shutdown..." 
while pgrep "game"; do
	echo -e "Game shutdown..."
	killall game
	sleep 3
done

while pgrep "db"; do
	echo -e "DB shutdown..."
	killall db
	sleep 3
done

echo -e "Server shutdowned!"

 

What does it do?
And I have this error using it:
 

Quote

root@avismt2:/usr/home/game # sh close-save.sh
: not foundsh:
shutdown...
close-save.sh: 16: Syntax error: end of file unexpected (expecting "do")

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.