mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Do not recommend to deleting ddnet-server.sqlite database
as it might be still in use or there might be even new ranks added to the database
This commit is contained in:
parent
9848b3c759
commit
ca24611c0c
|
@ -91,8 +91,8 @@ def main():
|
|||
.format(os.path.abspath(args.to), sql_file))
|
||||
print(" mysql -u teeworlds -p'PW2' teeworlds < {}".format(sql_file))
|
||||
print()
|
||||
print("When the ranks are transfered successfully to mysql {} and {} can be removed".format(
|
||||
os.path.abspath(args.f), os.path.abspath(args.to)))
|
||||
print("When the ranks are transfered successfully to mysql, {} can be removed".format(
|
||||
os.path.abspath(args.to)))
|
||||
print()
|
||||
print("Log of the transfer:")
|
||||
print()
|
||||
|
|
Loading…
Reference in a new issue