Putty
pkg install mysql56-server mysql56-client
mysqladmin -u root -p 12345
mysql -u root -p
Enter your pass
GRANT ALL PRIVILEGES ON *.* TO root@"%"
IDENTIFIED BY '12345' WITH GRANT OPTION;
quit
/usr/local/etc/rc.d/mysql-server stop
mysqld_safe --skip-grant-tables &
mysql -u root
use mysql;
update user set password=PASSWORD("12345") where User='root';
flush privileges;
quit
>>> srv1
Traceback (most recent call last):
File "start.py", line 140, in <module>
szTmp1 = input("Enter which servers you want to start: (nothing=all)\ne.g. s rv1 srv2 srv3\n>>> ")
File "<string>", line 1, in <module>
NameError: name 'srv1' is not defined
starti completed
Help me please
Discord Banner
🔥 Join us on Discord! - Active chat & direct support
We invite you to join the largest Metin2 community on Discord!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.