








(13)
Your rating: Now say why...



| Downloads:28,707 |
| Version Downloads:5,526 |
| Type:Internet : Internet Utilities |
| License:Free |
| Date:29 Jun 2008 |
| Platform:PPC / Intel |
| Price:Free |
Overall (Version 1.x):![]() ![]() ![]() ![]() ![]() |
Features:![]() ![]() ![]() ![]() ![]() |
Ease of Use:![]() ![]() ![]() ![]() ![]() |
Value:![]() ![]() ![]() ![]() ![]() |
Stability:![]() ![]() ![]() ![]() ![]() |
+1
+544
http://macfiles.brothersoft.com/internet/remote_access/YourSQL_1.8.0h.dmg
+81
PaulNoJustPaul reviewed on 26 Oct 2008
I've previously been a CocoaMySQL fan but miffed a little by its occasional instability.
I now use YourSQL daily at work to manage multiple dbs on multiple hosts. Nothing huge, but it easily and reliably does all I need. The column view of host -> db -> table is a really nice point of difference, too. You're never in any doubt over what db you're about to mess up. :-)
-14
Anonymous reviewed on 29 Jun 2005
+2
Anonymous reviewed on 28 Jun 2005
Excel and CSV Support is great.
I would simply wish some
"Space"-Bars in the Toolbar.
Thanks
Anonymous reviewed on 25 Apr 2005
a) A long-running frustration with blobs - I have some large text blobs that are hard to handle in the viewer. Is there any chance that in addition to an image blob viewer, there might also be a way to add a text viewer?
b) The main window doesn't seem to open in Tiger. Are there any fixes anyone can suggest?
Re: a) Is it anything the full-page pane doesn't handle properly, or would you prefer it not to be in a sheet?
Feel free to contact us at yoursql@ludit.it with your ideas!
Re: b) Fix is on its way - should be there before Tiger itself...
Anonymous reviewed on 09 Apr 2005
And regardless if it's the fault of these users that the app could not connect, it's the job of the developer to display useful error messages. He doesn't even apologize that his application did not catch this exception and tell something useful, but states this are "default messages for this or that case".
If the developer isn't even able to implement the most simpliest exception handling, I wouldn't trust his application any of my data.
"MESSAGE: Invalid authorization specification, message from server: "Access denied for user"
"MESSAGE: Unexpected end of input stream"
"MESSAGE: Connection refused"
The problems are pretty obvious even to me, and I have little/no MySQL experience.
YourSQL makes it easier to manage a MySQL database, however it's not a substitue for intelligence.
With that being said, I suppose he could add an error handler that explains what the error means, but there was no reason for you to attack him like that. The program is free, he has no obligation to do what you say. A comment/suggestion is fine, but an insult and a demand? Geeze...
Note that it's open source. If he doesn't feel something is necissary, and you do, you're free to put it in the code.
I'll even give you a link. http://www.mludi.net/YourSQL/download.php
The original design of YourSQL was largely based on the official Connector/J driver's ability to handle error messages from the server, and YourSQL just took the error messages from the driver and showed them to the user.
This worked nicely, because the driver just took the messages from the server and passed them on.
With a recent change to the driver, this has changed, and error messages from the driver are now often page-long stack traces from the exceptions used to signal the error.
No need to mention that the driver of course handles all such exceptions nicely, it just prints the underlying stack trace along the way.
YourSQL has now been changed to personalise the error messages of the most common connection problems, and a few notes have been added to the help pages, explaining what the error could stem from.
Sorry again if these stack traces from the driver have caused confusion, but we are working on some better error messages.
Feel free to send an email if you have any further comments or questions.
Anonymous reviewed on 27 Nov 2004
Server connection failure during transaction. Due to underlying exception: 'java.sql.SQLException: Invalid authorization specification, message from server: "Access denied for user: 'paddhcom@h000d9324e09b.ne.client2.attbi.com' (Using password: YES)"'.
** BEGIN NESTED EXCEPTION **
java.sql.SQLException
MESSAGE: Invalid authorization specification, message from server: "Access denied for user: 'paddhcom@h000d9324e09b.ne.client2.attbi.com' (Using password: YES)"
STACKTRACE:
java.sql.SQLException: Invalid authorization specification, message from server: "Access denied for user: 'paddhcom@h000d9324e09b.ne.client2.attbi.com' (Using password: YES)"
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:1977)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:1900)
at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:950)
at com.mysql.jdbc.Connection.createNewIO(Connection.java:1887)
at com.mysql.jdbc.Connection.(Connection.java:440)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:400)
at YSServerSelector.run(YSServerSelector.java:193)
at java.lang.Thread.run(Thread.java:552)
** END NESTED EXCEPTION **
Attempted reconnect 3 times. Giving up.
Make sure the necessary privileges have been set up on the server, and the login should work without problems.
Anonymous reviewed on 18 Oct 2004
Communication link failure: java.io.IOException, underlying cause: Unexpected end of input stream
** BEGIN NESTED EXCEPTION **
java.io.IOException
MESSAGE: Unexpected end of input stream
STACKTRACE:
java.io.IOException: Unexpected end of input stream
at com.mysql.jdbc.MysqlIO.readPacket(MysqlIO.java:1096)
at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:387)
at com.mysql.jdbc.Connection.createNewIO(Connection.java:1562)
at com.mysql.jdbc.Connection.(Connection.java:491)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:346)
at YSServerSelector.run(YSServerSelector.java:92)
at java.lang.Thread.run(Thread.java:552)
** END NESTED EXCEPTION **
that seems to be a problem with the connection to the database.
Make sure the database is running on the machine you try to connect to, and that it accepts connections from your machine.
If you have any further problems, feel free to contact us at yoursql@magisterludi.com and we'll see if can do anything to get it working!
+5
The Cocoa-Java framework the application was build with has been discontinued by Apple and the developer has ceased work on YourSQL.