Re: [dba-users] Sun Connector for MySQL - Difficultés
Irné Barnard <[email protected]>
| Newsgroups | gmane.comp.openoffice.dba.user |
|---|---|
| Organization | Personal |
| Message-ID | <[email protected]> |
If I understand you correctly, how did you get connection to all available databases at once? This would be a solution to issue 42464 [RFE] allow to link tables from dfferent sources into one database file. Regards Irné Barnard agilson wrote (google translated): > 1 .- When I connect to a database (schemadata), eg testing, I find > myself connected to all databases to which I have access not just to > test. > > 2 .- I had trouble connecting in the following case: > a) after uninstalling MySQL5.0, port 3306, part of the program > directory remained with my.ini > b) version used, MySQL5.1.34, port 3307 > In this state, I managed to connect to a first base as administrator > but no further thereafter. At first, I deleted the directory MySQL5.0 > but nothing changed. > The error message includes the number 10,061 has made me realize that > this was not the correct port that was used. After assigning port 3306 > to MySQL5.1 all connections are made without problem. > > 3 .- Of all the basics which I have access only "INFORMATION_SCHEMA" > does not appear in the list of bases once the connection is made. It > is however available since SQL query, eg "select * from > information_schema.engines;", produced the expected results. The > patterns created by draft or by assistant are not usable. The base > myschema I created, it appears. > > Sincerely. > > A. Gilson. > >