antiblock
Cyphriun

Kushino

Membro
  • Content Count

    0
  • Joined

  • Last visited


Reputation Activity

  1. Like
    Kushino reacted to p0w3r0ff in Marty Sama 2023 | Server Files + Source   
    View File Marty Sama 2023 | Server Files + Source
    Advanced Source Files com muitas melhorias, juntamente com "Source Addons" para personalizar ainda mais o seu servidor.
     
    Packages pkg install -y boost-all devil gcc gcc9 gcc10 gcc48 llvm llvm-devel gmake makedepend ccache subversion mariadb103-server gdb openssl python python3 python27 mysql56-client mysql56-server cryptopp FreeBsd usr/src/server/Extern/cryptopp >>>>>>>>>> gmake libcryptopp.a -j20 usr/src/server/Server/>>>>>>>>>>>>>>>>>gmake all -j20 /usr/src/server/Server gmake clean 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  
    Submitter p0w3r0ff Submitted 01/21/2024 Category ServerFiles