Setting up MySQL

Discussion in 'Bukkit Help' started by Larry Bob, Dec 15, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    Larry Bob

    How would one set up a MySQL database on a home server? I want one for LogBlock/HawkEye.
     
  2. Offline

    zipron

    Do you have linux? then use the command
    Code:
    sudo apt-get install mysql
    on windows you'll have to install the mysql server found here: http://www.mysql.com/downloads/mysql/

    After that, you'll have to configure the mysql config. You'll need a database access. by default this is root, but you better make a new one. goto command line (dos windows, bash linux) and follow this guide to create a new user:
    http://www.cyberciti.biz/faq/mysql-user-creation/

    be sure you're plugin config uses the username and password you've create above. that's all normally =)
     
  3. Offline

    scar_

Thread Status:
Not open for further replies.

Share This Page