Install MySQL Server 5.5 On Ubuntu 12.04 Precise Pangolin

mysql
mysql

To install MySQL Server 5.5 on Ubuntu 12.04 Precise Pangolin, make your way to a Terminal window or a command prompt, and type this command:

sudo apt-get install mysql-server-5.5

(As of this writing, MySQL Server version 5.5 is the latest version available in the repositories, though future versions of Ubuntu may receive the newer versions of MySQL.)

Enter your password to authenticate, and apt will download the MySQL files and install them for you. It’s a big set of files, so depending on the speed of your Internet connection, it might take a while to download. After the files are downloaded and are installing, the installer will ask you for a password for MySQL’s root user. Just like the root user in Linux, the root user in MySQL has absolute control over all databases, tables, permissions, and users. For obvious security reasons, you’ll want to create an extremely strong password (a mixture of uppercase, lowercase, numbers, and punctuation, the longer the better) for your MySQL root user. Continue reading “Install MySQL Server 5.5 On Ubuntu 12.04 Precise Pangolin”

Set MSSQL 2000 Linked Server ke MySQL

Beberapa hari ini saya dapet tugas mengeksplore aplikasi HRD tapi databasenya menggunakan mysql, … sementara ini aplikasi yang digunakan di tempat saya 90% (sebagian besar) menggunakan SQL Server 2000, nah kemudian ada permintaan untuk mengintegrasikan aplikasi HRD tersebut dengan aplikasi-aplikasi yang sudah ada. …. tenang..tenang … untungnya karena udah pernah nge-set Linked Server (walaupun belum nyoba untuk mysql), makanya saya gak terlalu kebingunan… Alhamdulillah..

So… untuk membuat saya tetap ingat, dan juga moga-moga bermanfaat untuk yang lainnya, step by step menge-set linked server ke mysql saya coba share disini : Continue reading “Set MSSQL 2000 Linked Server ke MySQL”

Create a free website or blog at WordPress.com.

Up ↑