CommunityData:MySQL: Difference between revisions

From CommunityData
(Added a page documenting how to get set up with a MySQL database on Kibo.)
 
(Added more info about getting the username and password credentials.)
Line 1: Line 1:
Kibo has MySQL already installed.  
Kibo has MySQL already installed. To find username and password credentials to access MySQL, type <code>sudo -s</code> to get a root shell first. Then, change to the <code>root</code> directory by typing <code>cd ~root</code>. You'll find the file labeled "mysql_root_credentials" that contains the username and password to access MySQL on kibo.


== Making a new MySQL database ==
== Making a new MySQL database ==

Revision as of 02:08, 2 August 2021

Kibo has MySQL already installed. To find username and password credentials to access MySQL, type sudo -s to get a root shell first. Then, change to the root directory by typing cd ~root. You'll find the file labeled "mysql_root_credentials" that contains the username and password to access MySQL on kibo.

Making a new MySQL database