![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX and Linux Applications Discuss UNIX and Linux software applications. This includes SQL, Databases, Middleware, MOM, SOA, EDA, CEP, BI, BPM and similar topics. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MySQL article - Sun and MySQL: How It Stacks Up for Developers | iBot | UNIX and Linux RSS News | 0 | 02-28-2008 11:20 PM |
| mysql would not start: missing mysql.sock | xnightcrawl | UNIX for Advanced & Expert Users | 2 | 05-26-2006 10:06 AM |
| PHP-MySQL: POST issue | adrious | UNIX for Dummies Questions & Answers | 0 | 06-30-2004 12:36 PM |
| mysql issue | Blackrose | UNIX for Dummies Questions & Answers | 4 | 11-20-2003 02:55 PM |
| MySQL problem >> missing mysql.sock | _hp_ | UNIX for Advanced & Expert Users | 8 | 11-03-2002 02:44 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
mysql query browser issue
Hi,
I'm new to mysql, I've installed MYSQL on our unix server and started MYSQL on this server. I've now downloaded MYSQL Query Browser, when I try to connect to MYSQL server, I get the following error "could not connect to the specified instance" - MySQL Error Number 1130. From the unix server where MYSQL is running, I've entered the following command - bin/mysql>GRANT ALL PRIVILEGES ON *.* TO 'root'@'%'; But I still get the same error message with the Query Browser. Please could someone help and advise. regards venhart |
|
||||
|
I imagine there is a place where you configure where the query browser tries to connect. This needs to be the same as where the server is expecting connections -- probably localhost and 3306 are useful defaults, but if you have something else, it needs to be the same in both places. Also, check that you don't have firewall rules which block access to this port, etc.
|
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|