- download MySQL Community server from http://www.mysql.com/downloads/
- ------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
-
./mysql –u root –p
-
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