Tagged Questions
0
votes
1answer
36 views
MySQL .NET Connector package
I have a few projects that use MySQL Connector for .NET, either directly or through NHibernate.
Very simple question: in order to avoid maintaining the Mysql.Data.dll assembly on every project and ...
1
vote
0answers
67 views
cant start tunnelmanager in Mysql workbench during connection creation
I am using opensuse 11.3, I have installed Mysql workbench through compiling source,when i am creating new database connection its showing
can't start SSH tunnel manager
what should i do ?
0
votes
3answers
254 views
Can I run Percona and MySQL concurrently, on the same server?
I have a slave server that is not heavily loaded. I also have some mitigating circumstance that prevent me from being allowed to replace MySQL with Percona.
My dilemma is that Percona is a 'drop in ...
0
votes
1answer
541 views
Google Web Toolkit (GWT) web app with MySQL working fine in Eclipse but not working on openSUSE server
I've written a GWT web app which is hosted on an external openSUSE server. I use Google's GWT RPC to communicate with the server and send data from my client to the server where a MySQL database gets ...
4
votes
2answers
1k views
How to connect to mysql localhost on opensuse?
first the details of the configuration:
openSUSE 11.3 with Parallels Plesk Panel 10 (64-bit) Server
MySQL installed and running (no "skip-networking")
java 1.6.0_24 (Java HotSpot(TM) 64-Bit Server ...
0
votes
1answer
464 views
can't connect to mysql in Opensuse 10.2
I have problem with mysql I've installed the mysql in YAST but when in console I type this one:
mysql -u root
it tells me:
Error 2002: Can't connect to local mysql server through socket ...
1
vote
2answers
743 views
Compile mysql for AES 256bits
According to mysql document
"Encoding with a 128-bit key length is used, but you can extend it up to 256 bits by modifying the source."
But they didn't seem to provide instruction where to ...