similar to: using multiple mysql databases

Displaying 20 results from an estimated 20000 matches similar to: "using multiple mysql databases"

2006 Jan 17
6
database.yml and remote mysql database
I can''t seem to connect to a remote database. Here is what I''ve tried. the database,username,password, and host have been changed to protect the innocent. development: adapter: mysql database: database username: username password: password host: host port: 3306 Here is the error /usr/lib/ruby/1.8/yaml.rb:133:in `load'': syntax error on line 11, col 2: `
2020 Jul 01
0
help for join AD domain failure troubleshooting
Hi Rowland, Thank you so much for your comment, I don't know why I didn't receive your email, just see it in "Digest" mail. Answering your questions: Has your user hit the limit for joining computers ? [R] I followed this article to set limit: https://www.petenetlive.com/KB/Article/0001536, but not work, can you please guide me check more about it? Is your smb.conf set
2020 Jul 01
3
help for join AD domain failure troubleshooting
Hi team, I meet problem when join AD domain with Samba failed, want to get some help from community, please let me put details. 1. Problem When run "net ads join -U username" on Linux client to join AD domain, it failed with error message: """ Failed to join domain: Failed to set machine spn: Operations error Do you have sufficient permissions to create machine
2006 Mar 24
0
Trouble phrasing an R command that will run the model i need (ANOVA, nested)
Hi, I have been trying to find the appropriate R command to analyse my datasets according to a particular model. Unfortunately, my best attempts at doing so have so far not worked. I am wondering if anybody can help me to figure out what i've been doing wrong, and what i need to do in order to use R correctly? The model is an ANOVA with some crossed factors, interactions, and one nested
2006 Jan 06
1
ActiveRecord - Switching Databases
This is a question regarding ActiveRecord outside of Rails. I have several databases that have absolutely identical table structure. I have a ActiveRecord::Base.establish_connection( :adapter => "mysql", :host => "localhost", :username => "user", :password => "password", :database
2005 Dec 22
1
[NEWB] How to access database.yml parameters in a controller
Hi, Are the active database.yaml attributes for the current environment (dev, prod, test) available inside a controler ? adapter, host, db, socks, etc. AFIK Class#connection don''t give back theses infos. Thanks
2020 Jul 01
1
help for join AD domain failure troubleshooting
On 01/07/2020 13:26, rong zhao wrote: > Hi Rowland, > > Thank you so much for your comment, I don't know why I didn't > receive your email, just see it in "Digest" mail. Sounds like you signed up 'digest' mail > > Answering your questions: > > Has your user hit the limit for joining computers ? > [R] I followed this article to set limit:
2012 Jul 23
1
Hiera problem: Can't convert Symbol into String
All, I have found very few references to this error so I''m guessing I must be doing something wrong. I have just started using hiera and am trying to use it in the simplest way possible, I have a class that looks like this: class app_users2($compresslogs = hiera(''compresslogs'')) {
2012 Sep 26
6
Puppet 2.7, hiera 1.0 and hiera as an ENC
This is the situation I have: All my hosts are the* same OS.* All my host are in the* same puppet environment,* so I cannot use %{environment} I have a module that sets all the *basic* functionality for the OS, resolution, authentication, security, packages, etc I have a module for each application hosted. At the moment all the ''data'' is in Puppet, mostly in parametrised
2020 Jul 27
0
Migration from one server to 2 new servers
Oh, I am extremely sorry. I was confused when typing the issue. Please help me in fixing the issue. Production1 is my old server. Production2 is my new server. Typing here correctly. Ignore all previous one's. The new version is: ==================== [root at production2 ~]# dovecot --version 2.2.36 (1f10bfa63) The old version is : ====================== [root at production1 ~]# dovecot
2019 Oct 21
0
[centos/centos.org] branch master updated: Just added simple python snippet for local view - works also on c8
This is an automated email from the git hooks/post-receive script. unknown user pushed a commit to branch master in repository centos/centos.org. The following commit(s) were added to refs/heads/master by this push: new aa77f56 Just added simple python snippet for local view - works also on c8 aa77f56 is described below commit aa77f56d1d2563c161f406b1a4114a8db125fb9c Author: Fabian
2020 Jul 27
0
Migration from one server to 2 new servers
This is what my understanding. May be I am also wrong here. Backup option is there in my new server, production2. When I use the command with -R option from new server, it is connecting to old server, Production1 and giving the output of the doveadm backup command in old server to get the data. If you see the command and error I posted, it shows the same. Sorry just incase if I am wrong.
2017 May 31
0
Different primary group between 4.5.x and 4.6.x
Below I post the scenario where user can lost access to the file with winbindd 4.6.x (DEV2+dev2user1000 has default group other then "domain users"): root at host:~# su DEV2+dev2user105 DEV2+dev2user105 at host:/$ whoami DEV2+dev2user105 DEV2+dev2user105 at host:/$ > /testfile DEV2+dev2user105 at host:/$ ls -al /testfile -rw-r--r-- 1 DEV2+dev2user105 DEV2+domain users 0 May 31
2017 May 26
2
Different primary group between 4.5.x and 4.6.x
I have upgraded Samba in my environment from 4.5.10 to 4.6.3 and experienced issue with primary group for domain guest user: With Samba 4.5.10 primary group for DEV2+guest was "DEV2+domain guests": root at root:~# id DEV2+guest uid=66037(DEV2+guest) gid=66050(DEV2+domain guests) groups=66050(DEV2+domain guests) With Samba 4.6.3 primary group for DEV2+guest is "DEV2+domain
2017 May 30
2
Different primary group between 4.5.x and 4.6.x
Additionally if I authenticate to user using wbinfo -a it seems to works correctly: root at root:~$ id DEV2+guest uid=2000501(DEV2+guest) gid=2000513(DEV2+domain users) groups=2000513(DEV2+domain users),2000501(DEV2+guest),2000514(DEV2+domain guests) root at root:~$ wbinfo -a DEV2+guest Enter DEV2+guest's password: plaintext password authentication succeeded Enter DEV2+guest's password:
2017 May 31
1
Different primary group between 4.5.x and 4.6.x
On Wed, 31 May 2017 11:36:56 +0200 aluno3--- via samba <samba at lists.samba.org> wrote: > root at host:~# su DEV2+dev2user1000 > > DEV2+dev2user1000 at host:/$ whoami > DEV2+dev2user1000 > > DEV2+dev2user1000 at host:/$ echo "testpermissions" >> /testfile > > DEV2+dev2user1000 at host:/$ cat /testfile > testpermissions > >
2007 Sep 26
0
activerecord multiple databases
So, I was looking for a setup that would allow me to easily query multiple databases and not have to re-write my customer finder type queries. Here is what I came up with and it seems to be working for me in my very basic tests so I thought I''d share. Just posting it in case this helps anyone else trying to do the same thing. I''m using this with activerecord, but not rails, so
2011 Jul 23
2
Dashboard not retrieving inventory
Hi All, Puppet-dashboard appears to be having some trouble. Under inventory, it says: "Could not retrieve facts from inventory service: Permission denied - certs/dashboard.private_key.pem" When I run: curl -k -H "Accept: yaml" https://puppet:8140/production/facts/host.domain I get the expected dump of facts. Versions: puppet-dashboard is 1.1.0 (using passenger) puppet-master
2007 Nov 15
1
Problem with rsync recent file logic ?
Hello, I have 2 servers I'm synchronizing using rsync, I have a situation where I : 1. rsync from rnd-dev2 to rnd-dev1 2. change the rsynched file on rnd-dev1 3. rsync from rnd-dev2 to rnd-dev1 again 4. File gets overridden on rnd-dev1 over though it has newer change time then file on rnd-dev2. here is the bug(?) reproduction: [root@rnd-dev1 test_rsync]# rsync --version rsync version
2009 Jun 17
2
weird permissions issue
Recently some folks in our engineering group started encountering a problem where they can't write to or alter files or folders they did not create. Anyone know what could be causing this type of problem? The users having the problem are all in the eng group is /etc/groups. smb.conf for that share: smb.conf: #smb.conf is the main Samba configuration file. You find a full commented #