Jump to content
TrinityCore

Knindza

Plebs
  • Posts

    10
  • Joined

  • Last visited

  • Days Won

    1

Knindza last won the day on June 13 2017

Knindza had the most liked content!

About Knindza

  • Birthday 01/06/1988

Contact Methods

  • Website URL
    www.shadowburn.net

Profile Information

  • Gender
    Male
  • Location
    Belgrade

Recent Profile Visitors

1460 profile views

Knindza's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. It's my first time to have server on 'dedicated' machine. Since it's bad idea, best option is to upload my 'custom' sql files to machine and run them directly via Putty?
  2. That's good to know. Gonna upload dbc and all maps via WinScp. Still, problem remain with MySql - I have no idea what to do. Checked if there are dbs, auth, world and characters -Everything is ok. Changed bind IP to 0.0.0.0 but still not able to connect via Heidi.
  3. Hey, It's not problem to move dbc, maps and or etc - I have no idea how to download client with wget from torrent (error magnet link not found) cause i'm unable to find any other. Creating DB and importing SQL is not prob, i found info for that - When i try to connect from my home pc to Linux one (Remote) there's error "Server not found on IP" Will check my.cnf today once i come home from job. PS. Can i use dbc, maps, mmaps and vmaps which i have already? I think someone told me they are different cause i 'made' them on Windows and on Linux they might fail? Regards, Knindza.
  4. Greetings, After few years of using Trinity on my home PC, i decided to get dedicated machine based on Linux. (Suggested version of Debian) I'm total newbie on Linux, and i keep failing to download client and to setup mysql. Used official TrinityCore setup guide. apt-get install git cmake make gcc g++ libmysqlclient-dev libssl-dev libbz2-dev libreadline-dev libncurses-dev libboost-all-dev mysql-server p7zip sudo adduser knindza sudo su - knindza cd ~/ git clone -b 3.3.5 git://github.com/TrinityCore/TrinityCore.git cd TrinityCore mkdir build cd build cmake ../ -DCMAKE_INSTALL_PREFIX=/home/knindza/server make make install cd ~/TrinityCore/ git pull origin 3.3.5 0 errors everything is ok so far - Trying to setup MySql databases with following (Changed info in config files to match user root and my password - instead of trinity/trinity mysql -u root -p mysql> GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'my_password'; mysql> FLUSH PRIVILEGES; cd mysql -u root -p mysql> CREATE DATABASE IF NOT EXISTS auth; mysql> CREATE DATABASE IF NOT EXISTS characters; mysql> CREATE DATABASE IF NOT EXISTS world; cd ~/TrinityCore/sql/base mysql -u root -p auth < auth_database.sql mysql -u root -p characters < characters_database.sql Now, since it's my first time to use Linux, i have no idea how to download client for maps and etc. Also, when i try to connect to server via HeidiSql - Server not found. Do i need to grant privileges on user i created while compiling which will require to change info into configs as well? Any help about what commands to use for download and link if possible would help a lot. Regards, Knindza.
  5. Greetings, Last night i completed compile with 0 errors on Ubuntu, but made huge mistake and deleted authserver and worldserver config files. Is there any chance to make add new ones? This is step by step how i compliled: 1. apt-get update && apt-get upgrade 2. apt-get install build-essential autoconf libtool gcc g++ make cmake git-core wget p7zip-full libncurses5-dev zlib1g-dev libbz2-dev 3. apt-get install openssl libssl-dev mysql-server mysql-client libmysqlclient-dev libmysql++-dev libreadline6-dev 4. apt-get install libboost-dev libboost-thread-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-iostreams-dev 5. cd home 6. git clone -b 3.3.5 git://github.com/TrinityCore/TrinityCore.git 7. cd TrinityCore 8. mkdir build 9. cd build 10. cmake ../ -DCMAKE_INSTALL_PREFIX=/home/$USER/server -DTOOLS=0 -DWITH_WARNINGS=1 (Had 0 errors) 11. make 12. make install 13. cd home/TrinityCore 14. git pull origin 3.3.5 (For updates) Used nano to edit my config files and saved. Imported databases, maps and etc after with SSH as well with 0 problems as well. After all of that, i connected trough WinSCP to add / upload some files and somehow i deleted both configs by mistake. Is there a chance to get new ones via cmake or anything like? Regards, Knindza.
×
×
  • Create New...