Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Getting Torrentflux working

  • 03-08-2006 5:05am
    #1
    Closed Accounts Posts: 3,152 ✭✭✭


    I've been trying to set torrentflux up on my ubuntu box.

    I'm a linux noob so any instructions i get generally have to be very basic.

    Anyway the story so far is:

    I have apache, php5, mysql server and mysql-admin installed. I have been using the guides at http://ubuntuguide.org/wiki/Dapper#How_to_install_MYSQL_Database_Server


    The installation guide for torrentflux i got from http://www.kurobox.com/forums/viewtopic.php?t=719.


    stuck on the step that says:
    # Upload sql script file
    mysqladmin create torrentflux
    cd /mnt/share/torrentflux_2.1/sql
    mysql torrentflux < mysql_torrentflux.sql
    mkdir /mnt/torrent



    getting this error
    mark@buttons:~$ mysqladmin create torrentflux
    mysqladmin: connect to server at 'localhost' failed
    error: 'Access denied for user 'mark'@'localhost' (using password: NO)



    Any ideas on ho i should go about getting this working from here?


Comments

  • Registered Users, Registered Users 2 Posts: 304 ✭✭PhantomBeaker


    Ok, is the mysqld running? That's the server part of it. By the looks of the error msg, it is.

    If it's running, then what users are there on the mysql server? I.e. if you followed the mysql tutorial chances are there's only the root user on that server.

    So you'll want to turn the command into "mysqladmin -u root create torrentflux -p".

    The -u tells the client to use that username (otherwise it just uses whatever username you're running your shell as) and -p tells it that you want to give it a password (it won't let you in otherwise, if there's a password on that account).

    Hope that helps.

    P.S. You'll have to do the same with any mysql command.

    Aoife


  • Closed Accounts Posts: 22,479 ✭✭✭✭philologos


    those Kuro boxes look pretty good, just following on from the link you gave


  • Closed Accounts Posts: 3,152 ✭✭✭ozt9vdujny3srf


    Yup thats all working fine and dandy now.

    Cheers.


  • Registered Users, Registered Users 2 Posts: 4,864 ✭✭✭MunsterCycling


    Jakkass wrote:
    those Kuro boxes look pretty good, just following on from the link you gave

    Anyone got one of these? Pretty Tasty alright, wouldn't mind one.


Advertisement