root
/var/lib/mysql
directoryroot
user:nt-user
user.root
user results in slightly slower sandbox load times. This is because the default user (nt-user
) needs to be changed to the new user, which takes a few seconds.root
user set up!/var/lib/mysql
. This is the default "data directory" for MySQL, and where the changes made to a database are stored.mysql
prompt. To get started, type mysql
into the terminal:mysql
in the terminal and run some commands, for example:mysql
. You can do this by clicking the three blue sliders at the bottom of the terminal tab.