Jump to content

feartheway

Members
  • Posts

    201
  • Joined

  • Last visited

Posts posted by feartheway

  1. hostname -I  (gives ip )

    sudo apt install mysql-client-core-8.0

     

    try java -version

    [sudo apt-get install java 8] nope

    sudo apt install openjdk-8-jre-headless

    sudo apt-get install mysql-server

    /atavism_server/sql/new_install_with_demo_data

    [mysql -u -p admin.sql]

    sudo mysql -u root -p <"admin.sql"

    pw test

    or sudo mysql

    CREATE USER 'username'@'localhost' IDENTIFIED BY 'password';

    GRANT ALL PRIVILEGES ON *.* TO 'username'@'localhost';

    exit (to exit mysql)

    for example

    CREATE USER 'atavism'@'localhost' IDENTIFIED BY 'testpassword';

    GRANT ALL PRIVILEGES ON *.* TO 'atavism'@'localhost';

     

     

    sudo mysql -u username -p <"admin.sql"

     

     

    error

    mysql -u admin.sql
    ERROR 1045 (28000): Access denied for user 'admin.sql'@'localhost' (using password: NO)

    any help?

     

     

     

     

     

    references:

     

    https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-ubuntu-20-04

     

     

     

    https://unity.wiki.atavismonline.com/project/installation/

     

     

    Screenshot from 2021-10-06 17-38-33.png

  2.  

    first reactions to atavism demo october 2019 intro is great, menus and gui looking better than before, the game interface looking very strong, quest text is tiny and also needs voice work. interacting with npcs is fiddly combat system seemed janky, orc cant use axe or sword to hit beetles? lava area was cool but then i went out of bounds and could not get back anywhere sensible WHERE IS MY SOUL STONE / scroll of town portal? /fixposition command?! Still looking good but could do with a bit more ergonomics and features.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.