![]() |
Adding remote access to a MySQL database does nothing
(ISPConfig Version: 3.0.4.6 on Ubuntu 10.04)
I need to make a MySQL database accessible to a remote server on the LAN. ISPConfig is running on 192.168.108.129. I check the "Remote Access" checkbox and enter the IP of the remote server, 192.168.108.140, in the "Remote Access IP" textbox. I set the bind address in /etc/mysql/my.cnf Code:
bind-address = 0.0.0.0However I can't access the database from the remote server. Code:
mysql -h 192.168.108.129 c3songs -u c3songs -p Code:
mysql> select Host,User from mysql.user;If I set the logging level to debug and run server.sh at the command line I see the following related output when I enable external dB access... Code:
03.11.2012-09:35 - DEBUG - Found 1 changes, starting update process.This works... Code:
GRANT ALL PRIVILEGES ON c3songs.* To 'c3songs'@'192.168.108.140' IDENTIFIED BY '*****'; |
Most likely the mysql root password has been changed in mysql without changing it in ispconfig so that ispconfig is not able to alter the mysql user. Check that the mysql root password is correct in the file /usr/local/ispconfig/server/lib/mysql_clientdb.conf
|
Quote:
I just checked the root password in the mysql_clientdb.conf with "mysql -u root -p" and it logged in fine. I haven't changed the mysql root password since installing ispconfig. Thanks, |
| All times are GMT +2. The time now is 14:40. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.