Tagged Questions
0
votes
1answer
53 views
How to make use of the text file chosen and upload to solaris?
I am currently using a combination of HTML, MySql, and PHP using Solaris as a server. I had created the tables on MySql, and needed to use Html to upload a file from my PC desktop to the server's ...
1
vote
0answers
102 views
Juniper Steel Belted Radius SBR JDBC Connection String
i have a maybe simple question but i need help
there is a Radius server that needs to be connected to mysql database using jdbc driver but I didn't get the connection string right
what i did is
...
1
vote
2answers
135 views
Alternatives to MySQL that do not have a GPL licence
We have a built a new data fusion C++ algorithm which uses SQLite as an internal database.
However, we would like each of the multiple C++ threads to do a parallel db write and SQLite cannot do that. ...
3
votes
2answers
701 views
Erlang and its consumption of Heap Memory
I have been running a highly concurrent application on my HP Proliant Servers. The application is a file system indexer i coded in erlang. It spawns a process per Folder it finds on the file system ...
4
votes
2answers
384 views
Connecting to MySQL using mono on Solaris
I'm trying to use a MySQL database using mono 2.8.1 on Solaris 10. To do that, I'm trying to use the official MySQL Connector/Net. But I'm getting the following exception:
...
0
votes
2answers
816 views
Is tuning the innodb_buffer_pool_size important on Solaris ZFS?
We're running a moderate size (350GB) database with some fairly large tables (a few hundred million rows, 50GB) on a reasonably large server (2 x quad-core Xeons, 24GB RAM, 2.5" 10k disks in RAID10), ...
3
votes
1answer
3k views
cannot find -lmysqlclient
I'm trying to compile a C++ program and one of the classes uses . g++ is not able to find the libraries would be my guess. The command i use to compile is -
g++ c1.cpp c2.cpp c3.cpp c4.cpp -o c4 -lm ...
0
votes
1answer
302 views
Compiling Mysqldb for jython 2.5 on Solaris
I have used python2.6 + MySQL on Windows and there are binaries available.
I wanted to get the whole thing working on Solaris
Hence got the Mysql-Python package from here
I had to get the ...
1
vote
2answers
1k views
UTF8 - Hibernate/MySQL weirdness
I have a db in production where all of my tables are using utf8 / utf8_general_ci encoding. This is basically working fine except in one scenario.
What happens is that ??? are being returned for some ...