wiki:Tutorial/Setup_MySQL_database
  1. download MySQL Community server from http://www.mysql.com/downloads/
  1. ------HERE COMES THE INSTALL INSTRUCTION-------
    On a Mac
    Go to:
    cd usr/local/mysql/bin
    
    set rootpassword (if there is none set):
    mysqladmin -u root password NEWPASSWORD
    
  1. ./mysql –u root –p
    
  1. mysql> create database NEWDATABASENAME
     grant all privileges on NEWDATABASENAME.* to molgenis@localhost identified by ‘molgenis’;
     flush privileges;
    
Last modified 13 years ago Last modified on 2011-07-12T11:24:54+02:00