The Protector

Do you have problems ? Get Solution here.

Search results for: cara menghapus password mysql ubuntu server

Set Up The MySQL Cluster Management Server




node HostName=192.168.0.7 DataDir=/var/lib/mysql-cluster # one [MYSQLD] per storage node [MYSQLD] [MYSQLD] Customize those IP address above with your own configuration. NoOfReplicas=2 Number of MySQL Nodes Node #1 : 192.168.0.6  and Node #2 : 192.168.0.7 192.168.0.5 is Management Node Then we start the cluster management server: ndb_mgmd…

Set Up The MySQL Cluster Nodes (Storage Nodes)




–initial only run when the start MySQL for the first time, and if you change configuration at /var/lib/mysql-cluster/config.ini file. MySQL probably won’t start with the following message Starting MySQL Couldn’t find MySQL manager (./bin/mysmanager) or server (./bin/mysqld_safe) Edit a few line of /etc/init.d/mysql.server basedir=/usr/ datadir=/usr/local/mysql/data/ pid_file=/usr/local/mysqld.pid server_pid_file=/usr/local/mysqld.server.pid Restart mysql nodes…

Building SMS Gateway using UBUNTU




Project Name : SMS Gateway using UBUNTU Hi all, now I am building sms gateway using UBUNTU. $ uname -a kernel Linux hardcorepolice 2.6.27-7-generic #1 SMP Tue Nov 4 19:33:20 UTC 2008 i686 GNU/Linux I am using Nokia 6100 and DKU-5 as connector, free sms gateway source by Kannel…