bunmiakinmboni Posted June 12, 2010 Share Posted June 12, 2010 I'm a newbie on Linux. I just installed Red Hat Enterprise Linux Rel 4. Now I need to administer MySQL. I have downloaded and installed mysql-gui-tools-5.0r12-rhel4-i386.tar but I don't know how to call it up in order to create database. Can anyone please help? I will appreciate this a lot. Regards, 'Bunmi Quote Link to comment Share on other sites More sharing options...
jskywalker Posted June 12, 2010 Share Posted June 12, 2010 Press CTRL+ALT+F2, login with your account then do $ mysql -u <username> -p Enter password: ****** mysql> CREATE DATABASE newdatabase; Mysql> QUIT Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.