MySQL Forums
Forum List  »  MySQL Workbench

mysql 5.1.36 community edition and mysql workbench 5.1.16 oss
Posted by: Mike Robinson
Date: July 03, 2009 11:36PM

I've installed mysql 5.1.36 community edition and mysql workbench 5.1.16 oss community edition.

Mysql 5.1.36 is running on 192.168.100.13 on the standard port:
[root@Centos ~]# service mysql status
SUCCESS! MySQL running (2239)

I can access it from a windows machine on 192.168.100.222 using PhpMyAdmin, but I can't access it from the same windows machine using mysql workbench. I've configured workbench to connect to 192.168.100.13 on port 3306 but it won't connect.

What am I doing wrong?

Here's a section of the my.cnf file on 192.168.100.13:
[mysqld]
port = 3306
socket = /tmp/mysql.sock
user = mysql
datadir = /mysql/data
skip-locking
key_buffer = 16M
max_allowed_packet = 1M
table_cache = 64
sort_buffer_size = 512K
net_buffer_length = 8K
read_buffer_size = 256K
read_rnd_buffer_size = 512K
myisam_sort_buffer_size = 8M
log-bin = mysql-bin
binlog_format = mixed
server-id = 1

MJR



Edited 1 time(s). Last edit at 07/05/2009 07:57PM by Edwin DeSouza.

Options: ReplyQuote


Subject
Views
Written By
Posted
mysql 5.1.36 community edition and mysql workbench 5.1.16 oss
3675
July 03, 2009 11:36PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.