Source: Bobylog Blog

Bobylog Blog Add a second instance of MySQL on existing MySQL Server

//////my sql installation mysql_install_db -user=mysql -basedir=/usr -datadir=/var/lib/mysql2 -defaults-file=/etc/mysql/my_server2.cnf mysqld_safe -defaults-file=/etc/mysql/my_server2.cnf -user=mysql & netstat -tanp |grep 3307 mysql -u root -p -h 127.0.0.1 -P 3307 //allow remote access GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'password' WITH GRANT OPTION; FLUSH PRIVILEGES; //update password update user set password=PASSWORD("mynewpassword") where User='root'; FLUSH PRIVILEGES; //my sql armour [...]

Read full article »
Est. Annual Revenue
$5.0-25M
Est. Employees
25-100
CEO Avatar

CEO

Update CEO

CEO Approval Rating

- -/100



Bobylog's headquarters is in Scottsdale, Arizona. Bobylog has a revenue of $6M, and 26 employees. Bobylog has 2 followers on Owler.