Selasa, 02 Oktober 2012

How To Install MySQL 5 On Ubuntu

First we install MySQL 5 like this:

apt-get install mysql-server mysql-client



You will be asked to provide a password for the MySQL root user - this password is valid for the user root@localhost as well as root@server1.example.com, so we don't have to specify a MySQL root password manually later on:
New password for the MySQL "root" user: <-- yourrootsqlpassword
Repeat password for the MySQL "root" user: <-- yourrootsqlpassword

Tidak ada komentar:

Posting Komentar