Tagged Questions
-2
votes
0answers
20 views
how to configure MySQL for publishing a website into web
i have build a database driven website on my localhost(i.e. apache 2.2).....no it is completed..now i want to publish it in web..i have done all those cofiguration regarding apache like
.htaccess ...
0
votes
3answers
38 views
Confusion and Issue in the Database access in Rails app pushed on heroku
development:
adapter: postgresql
host: localhost
database: myapp
pool: 5
timeout: 5000
username: postgres
password: postgres
port: 5432
test: &test
adapter: postgresql
host: ...
0
votes
1answer
81 views
How to change Play 2 Framework DB configuration at runtime?
We are using Play 2.1.1 and its built-in JPA integration (JPA.em()
etc).
How can we dynamically change the db.pass property? Play.application().configuration() seems
to be immutable as of Play ...
0
votes
1answer
51 views
Defer connection to datasources defined in application.conf
Say I have a database called "awesome" which is located on a live server and at the same time duplicated on a staging server for testing. My web app is based on Play 2.1.1 using Scala.
So I have these ...
0
votes
2answers
31 views
CakePHP database file specification
I'm trying to find something about CakePHP configuration, and I'm not having any luck googling and looking around.
I want to make a CakePHP app use "database.local.php" instead of "database.php", but ...
1
vote
0answers
41 views
best way to store configurations
I'm implementing a configuration manager with full API, similar to the Windows registry.
I want it to be human readable, as in being able to open and edit it with a text editor.
I want it to be able ...
0
votes
0answers
30 views
Load configuration for activerecord
I have model with custom connection to database:
class MyModel < AR::Base
establish_connection "#{Rails.env}_remote"
end
When I'm running rake -T command to see the list of rake tasks I got ...
0
votes
0answers
66 views
Migrating localhost to server with a given database
I am currently moving my Joomla 2.5 website from my localhost to a shared server.
After transferring all the required Joomla files to the server via Filezilla and changing the settings in ...
0
votes
1answer
89 views
How do I upgrade the database used by teamcity?
I'm trying to upgrade from teamcity 6.5 to 7.1.4a.
I get into maintenance mode at startup where it helpfully informs me that there is a :
Version mismatch: Configuration version is 544 but Database ...
0
votes
0answers
36 views
Website settings and automatic form for admin panel
I do a settings section for the admin panel and I need to choose the best option how to do that.
I would like to generate automaticly a form for the settings, so I need to store information about ...
1
vote
0answers
85 views
Catch a configuration error in Play! Framework 2.0.4
My Play! 2.0.4 web application currently connects to several RDS MySQL databases, with the configuration file as such:
# Africa
db.afr.url="jdbc:mysql://<africa-server>:3306/users"
...
0
votes
0answers
46 views
Issues Installing Oxylus Template Mysql connection Test in 000webhost.com
I'm using 000webhost.com to install my Oxylus template but unfortunately, I ran into problems installing it. I can't seem to get past the mysql test/configuration stage. When I press test connection ...
5
votes
4answers
189 views
Choosing right storage for configuration
We've applications and services which use a lot of configuration most of which is currently hard-coded in the java code and spread over a lot of classes. Obviously, this needs to change and we want ...
1
vote
1answer
660 views
Confusion with parameters.yml and config_(dev|stage|prod).yml for database connections
I understand why I should keep my database connections in the parameters.yml file but I also wanted to setup additional database connections as well as different hosts for dev, stage and prod ...
-2
votes
1answer
216 views
MySql Database - Optimizing the my.cnf file for dedicated server
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
76 views
Where is the database my program created?
I have an ASP .NET MVC application. "MovieDBContext" is a method of a controller that returns some basic information about a list of movies in a view. I know the database is working as I can enter new ...
0
votes
0answers
68 views
CakePHP Website Not Routing On Local Server
The main websites I'm working on are running in CakePHP 1.2, using the latest version of MAMP to test the sites.
I've tried configuring the .htaccess file to read off to app/webroot folder by ...
1
vote
0answers
350 views
how to integrate comet chat on a stand alone site
i already installed comet chat on my website the problem now is i don't know hot to configure my database to match this values, if anyone knows how to configure a custom php site for comet chat that ...
1
vote
2answers
254 views
JSON vs DATABASE
Recently I had to make an application that later on had to be uploaded to multiple web-servers. Doing this I realized that when storing the admin pass and username's into a json file does not need a ...
1
vote
1answer
264 views
RavenDB Database Configuration
How to configure the RavenDB database that can be capable to sending too many requests, or receiving too large a response?
By default, RavenDB will not allow operations that might compromise the ...
0
votes
0answers
271 views
MySQL Server datadir path Windows 7 [closed]
I am trying to specify different drives for a MySQL Server on a Windows 7 OS.
basedir="C:/Program Files/MySQL/MySQL Server 5.5/"
I want to set:
datadir="I:/Data"
MySQL Manual says to specify an ...
1
vote
2answers
148 views
How to store JSON efficiently?
I'm working on a project which needs to store its configuration in a JSON database.
The problem is how to store efficiently that database, I mean :
don't rewrite the whole JSON tree in a file for ...
2
votes
4answers
413 views
Where to put Symfony2 custom parameters I need?
I need to have some configuration for my bundle in Symfony2
Where is the best place to put them?
and how can I retrieve them from there?
I used my Default DB parameters in PARAMETERS.INI But I need ...
0
votes
3answers
114 views
How do I make Django use a different database besides the 'default'?
I am relatively new to Django and one thing that has been on my mind is changing the database that will be used when running the project.
By default, the DATABASES 'default' is used to run my test ...
0
votes
1answer
134 views
Where (in which file) does Eclipse store database drivers definitions?
I'm trying to control mutliple Eclipse configurations through SVN. For that purpose I need to know in which files does Eclipse store his configurations. What I could not find, is where are the driver ...
0
votes
1answer
312 views
How to get password from jboss database configuration
My problem is that I have configured a oracle-ds.xml in jboss deploy folder. I can get the instance of dataSource and connection. And now, I want to get the password from the database configuration ...
7
votes
3answers
2k views
How to set up different databases per environment in Play 2.0?
I'd like my Play app to use different databases for test, local and production (production is Heroku) environments.
In application.conf I have:
db.default.driver=org.postgresql.Driver
...
0
votes
0answers
233 views
Redis read config file error:
*** FATAL CONFIG FILE ERROR ***
Reading the configuration file, at line 135
>>> 'slave-serve-stale-data yes'
Bad directive or wrong number of arguments
The same Question
but i don't ...
0
votes
1answer
146 views
how to configure mysql server to RAD 7.5
i installed mysql in my machine, i dont have knowledge of configuring it to RAD 7.5 . Please can anyone help on this.
I googled about this, but not found any relevant information.
0
votes
4answers
224 views
How can I use Git with different database configurations between developers?
I am developing an application in Code Igniter with a friend. Because both of us have different database logins on our machines, we have different "config/database.php" files.
How can I tell Git that ...
0
votes
1answer
212 views
configure db on zend framwork
I want to configure adapter on zend, I write like this
zf configure db-adapter 'adapter=PDO_SQLITE\&dbname=APPLICATION_PATH "/../data/db/guestbook.db"' \production
but I get an error message ...
0
votes
1answer
1k views
Magento db access configuration
I am sure this is a very newb question, I am new to magento as well as PHP.
I am having difficulties connecting my megento install to connect to MySQL instance. I have installed Zend package and have ...
1
vote
0answers
182 views
Entity Framework Change database type without recompile SqlCompact
I want to change the Database on which the entity Framework connects.
Within the same database type, everything works fine and i only have to change the connectionstring.
But when changing between ...
0
votes
1answer
215 views
How to reference mysql config file in php
I have been searching the web and all over stackoverflow, but yet couldn't find my answers.
My client has created an online mysql database with phpmyadmin installed.
I use a url like ...
0
votes
1answer
312 views
Cakephp: Is it possible to limit the number of database connections?
I read that Bluehost limits the number of database connections from one user to 15. I believe my webapp is using up all those connections. Whenever I try to use the cake console to access the ...
5
votes
3answers
1k views
New Connection fails during Add New Data Source Dialog
The Problem
If I have Visual Studio 2010, Service Pack 1 installed, and I go to Data, Add New Data Source and click Database, it brings up the standard Choose Your Data Connection wizard page.
On ...
0
votes
0answers
287 views
nhibernate configuration multiple databases
i have this configuration
var config = new Configuration().Configure(path);
config.AddAssembly(Assembly.GetCallingAssembly());
_factory = ...
1
vote
1answer
1k views
Generate database with Nhibernate using Fluent NHibernate
I'm trying to use (new with) Fluent NHibernate (trying to switch from XML mapping file to FNH). With the code below, I generated the database, I'm trying to find the same solution but with FNH (I'd ...
1
vote
1answer
181 views
Merging default configuration with user options
Lets say our application has configuration that is stored as a simple array:
$config = array(
'max_files' => 10,
'suffixes' => '[jpg,swf,png,gif]',
'max_size' => '10G'
);
We ...
0
votes
1answer
2k views
Where are Websphere database configuration files saved?
When we create a configuration from Admin Console for database configuration, those details will be saved in resource.xml (i think).
What is path of the that configuration file?
0
votes
4answers
322 views
codeigniter database configuration programmatically form user input
Can anyone help me ?
How can I configure the CI database settings programmatically ? I saw this with other systems like OSCommerce, Joomla, Wordpress etc..
The user needs to submit a form with ...
1
vote
2answers
155 views
Spring MVC Web App with Default user
I am developing a web app using Spring MVC and Hibernate that I hope to package up as a WAR file and distribute for users to deploy where needed.
The application will require the database connection ...
9
votes
4answers
4k views
DataSource or ConnectionPoolDataSource for Application Server JDBC resources
When creating JNDI JDBC connection pools in an application server, I always specified the type as javax.sql.ConnectionPoolDataSource. I never really gave it too much thought as it always seemed ...
0
votes
1answer
103 views
Piwik Master/Slave database configuration
Is it possible to configure a piwik installation to use one database server for writing and one for reading? And if so, how?
3
votes
1answer
198 views
Grails Not Using Dev Database
I have a grails project and my configuration points to a mysql database:
DataSource.groovy
environments {
development {
dataSource {
dbCreate = "update"
...
1
vote
1answer
164 views
Wpf Serialization Problem
I am developing a big modular WPF application
one of these modules are widgets each widget has its own configuration that i can serialize
I want to serialize and save each user's configuration in ...
0
votes
1answer
108 views
PHP ZF Importing data into Zend_Config from database - magento style configurations
So I have a database table called configs that has the following columns - key and value.
The key looks like so 'core/database/params/username' and the value is 'root'. I want to be able to access ...
0
votes
1answer
81 views
hibernate, server specific configuration
we have two different environments (test and production), each with it's own database connection.
The database connection is configured in the hibernate.cfg.xml, together with the mappings etc.
The ...
0
votes
3answers
275 views
which Postgresql.conf file, which I should I edit for performance tuning?
My Postgresql Data is under /mnt/pg_data/9.0/main/. So, I have two postgresql.conf files. One under /mnt/pg_data/9.0/main/ directory and the other under /etc/postgresql/9.0/main/. Which one should I ...
3
votes
4answers
6k views
How to access databases from within Delphi XE Professional IDE?
I cannot access ANY database by ANY means from within Delphi XE Professional. What I mean by accessing the data base is:
having the live database appear via
components in the Object Inspector,
when ...
