0
votes
1answer
20 views

asp.net razor fresh project failing to do membership with mysql

Simple project, fresh MVC4 razor web page, new empty mysql database. Getting this exception: System.Reflection.TargetInvocationException was unhandled by user code Message=Exception has been thrown ...
0
votes
0answers
42 views

dynamicjasper struts2 netbean

i am new to dynamicjasper i dont know how to configure the dynamicjasper to struts2 i used DynamicJasper-4.0.3 DynamicJasper-4.0.3-javadoc DynamicJasper-4.0.3-sources DynamicJasper-4.0.3-tests ...
0
votes
2answers
38 views

How to solve the Permission Error

I have downloaded the minbill project from google code, and tried to run in my wamp server. But its index.php file says error as, The projects config.php, has /* Path Information */ ...
0
votes
1answer
30 views

modeshape3 - getting started with mysql, non-jndi

Could someone please help sort my configuration out or point me at a MySql example which doesnt use JNDI. I'm getting... Table 'modeshape.content_store' doesn't exist ...which I assume is ...
0
votes
0answers
33 views

How to configure ini files on MySQL startup to run batch files

When I type in mysql in the command prompt, it reads some .ini files. What I want to do is to write a command in the .ini file that makes mysql run a batch file that will do something like make a ...
-1
votes
2answers
343 views

How to optimize my.cnf file based on the user traffic? [closed]

I have the following dedicated server configuration. 2 x Hexa-Core Xeon E5645 2.4GHz w/H (24 CPUs) 16 GB RAM 128 GB SSD CentOS-6.3 (x86_64 Latest version) Linux Kernel Version 3.6.8 Apache Server ...
0
votes
1answer
34 views

Sphinx searchd issues when running on Windows Server

I am using sphinx to index my content. I used it in my development environment (xampp) and it worked fine. Now I took it to the server (same config file), and it is giving me trouble. I have a VPS ...
2
votes
3answers
89 views

Saving ~1kk chars text to MySQL

On a remote server I'm saving text (967 537 characters) from textarea to MySQL database, column with type of TEXT. Only around 63 748 characters are saved. Also, in phpMyAdmin I'm getting the ...
1
vote
3answers
188 views

CMS config - MySQL or XML?

My CMS will have a number of config values such as site name, slogan and so on - which will be read every time a page is generated. These values will of course be cached with a duration set to 1-2 ...
0
votes
0answers
369 views

Extremly High Mysql/http load on CentOS Running PHPBB3 forum

I've recently setup an nginx reverse proxy to my apache server due to high loads on mysql and http. I run a phpbb forum with ~12k visits per day. My load right now is around 40. I've followed ...
0
votes
1answer
672 views

Mysql cluster 7.2.2 ignored settings and TABLE IS FULL error

This is my my.cnf settings [mysqld] ndbcluster #engine_condition_pushdown=0 optimizer_switch=engine_condition_pushdown=off # IP address of the cluster management node ndb-connectstring=127.0.0.1 ...
0
votes
1answer
3k views

MySQL and PhpMyAdmin config.inc.php Password issue on MAMP

This is a very strange issue that is similar to a few other people issue that has been going on for a while with MAMP. I recently upgraded to MAMP2 and followed the instruction for the new phpMyAdmin ...
0
votes
2answers
621 views

connection to mysql database using config.php file not working

I have a php file that looks like this: <?php include("config.php"); // put the *FULL* path to the file. $values = $_POST; foreach ($values as &$value) { $value = ...
0
votes
0answers
269 views

MySQL .NET Connector - Visual Basic 2010 - Unable to connect to any of the MySQL hosts

OK... I have racked my brain for some time now trying to work this out! I have Visual Basic 2010 - It connects to a MySQL database that is hosted on a seperate Linux laptop - It can also connect to a ...
0
votes
1answer
955 views

Broken Admin Console After Modifying Pentaho Demo Databases to MySQL

I was following the tutorial on how to configure Pentaho to use mysql databases in: http://interestingittips.wordpress.com/2011/05/05/complete-pentaho-installation-on-ubuntu-part-2/#comment-191 The ...
0
votes
1answer
565 views

MySQL database clustering - Problems connecting SQL node (mysqld) to other nodes

I'm trying to do MySQL database clustering on 5 computers: 1 for management node (ndb_mgmd), 2 for data node (ndbd), and 2 for SQL node (mysqld). I could get the management node and data nodes running ...
1
vote
1answer
283 views

Codeigniter : Access session from config

I am making an application using Codeigniter which requires URL changes before login and after login I want all the URLs before login with http:// and after login my base_url should be with https://. ...
2
votes
3answers
896 views

Very slow delete on mysql base with subquery

helping some noobs with their (not only) db server... This mysql query is running since around 10 hours and is not finished. Something is horrible wrong. 2 tables (text and spam) are here. Spam ...
1
vote
1answer
66 views

Configuration Design DB and Manager

Im currently working on a system that I want to be highly configuration based, basically from that administration panel I want a configuration system designed around the database structure. I am ...