rilpoint_mw113
Personal tools
Log in
Bosslinux
Navigation
Home
About BOSS
BOSS Support
Eduboss queries and answers
Recent changes
General Queries
Get and Work on BOSS
How to get BOSS
How to install packages in BOSS
Search
Toolbox
What links here
Related changes
Special pages
View source
Page
Discussion
View source
History
for
Mysql Database
for
Mysql Database
== Mysql Database Configuration == Mysql is the most popular opensource database management system.It is a relational database management system that runs as a server providing multi-user access to a number of databases. To install mysql in Boss, run the following command from shell # apt-get install mysql-server-5.0 mysql-client-5.0 To set the root password, run the following command from your shell prompt # mysqladmin -u root password "secret" replace secret with the password you want. Now you can access mysql by running # mysql -u username -p this will prompt for the password entering the password will take you to the mysql prompt.
Return to
Mysql Database
.