similar to: mysql module v 1.0 mysql_grant - database_grant

Displaying 20 results from an estimated 110 matches similar to: "mysql module v 1.0 mysql_grant - database_grant"

2013 Mar 12
2
Only running database_grant the first time.
I''m using puppet through Vagrant to manage my dev VM, and as part of that I have a few database grants that I run after creating users, but when I subsequently run vagrant up or provision these grants fail (because of some changes I make to the mysql config after they have been created.) I''m using database_grant to execute the grants, but there doesn''t seem to be a
2012 Jul 19
3
Problems granting privileges with puppetlabs/mysql
First off, I''m not sure if I should be asking questions about puppetlabs modules here, if not, I apologise... I''m trying to at least setup my mysql replication user through the mysql module, but I seem to be unable to divine the correct way to do this. I''ve tried a number of different variations, but my user doesn''t get the repl_slave_priv on my user
2013 Jul 22
0
wyrie/puppet-nagiosql -- anyone have experience with this module?
I made two decisions this afternoon that are now related to each other. 1. Use more of the modules that exist in the Forge 2. Rebuild my monitoring server As I perused the various modules that help with managing monitoring packages my eyes fell upon a module that reported to be able to manage nagiosql, a setup that I had been planning on migrating my nagios monitoring to. So I installed
2012 Jun 15
1
cross server dependancies
I have an application package that needs to be installed on certain application servers but before it can be installed, database access has to be setup on a database server. I have figured out how to export a resource on the app server that gets collected and realized on the database server, but I cannot figure out how to make the package on the app server depend on the exported resource
2013 Dec 14
1
MySql: allow user root to access from any host
Hey, I''m doing my first steps with puppet right now and I''m trying to set up a dev machine. For this I''m installing MySql and want to do some initial set up. The server is up and running and also my database is created. Now I want to allow the user root to login from any host because I want to connect with a tool to my database. I''ve tried this: mysql_grant
2007 Oct 13
1
Native MySQL Type
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all! Just a few minutes ago I checked in the final parts of a rough draft of mysql database, user and grants handling native types. Currently they can only create and drop databases and users, set and change passwords and modify global and per-db grants. Known bugs: * no documentation * mysql_grant doesn''t correctly canonicalize
2013 Aug 23
1
Test the result of a hiera_hash() lookup
Hi folks, Is there a way to test the result of a hiera_hash() lookup in a manifest? I am trying to use hiera to do most of my configuration, like this for example: mysql::grants: ''user1@localhost'': privileges: - select_priv ''user2@localhost'': privileges: - select_priv - insert_priv - lock_tables_priv I have a wrapper
2013 Jun 04
1
puppet DB providers
Hello, What would you think of moving database, database_grant and database_user types and providers from puppetlabs-mysql to its own module (puppetlabs-dbproviders for example) so that we can develop providers for others RDBMS ? I''d like to develop providers for postgresql, so I think it makes sense to put this types/providers in its own module. best regards, Mickaël Canévet --
2011 Oct 04
2
R-devel (2.14 alpha) Windows binary
Hello, This question popped up on the bioc-devel list, I'm forwarding it here. I know that sources for R-2.14 alpha can be found here: http://cran.r-project.org/src/base-prerelease/ But the OP (below) is asking about Windows binaries. Dan ---------- Forwarded message ---------- From: Stefan McKinnon H?j-Edwards <Stefan.Hoj-Edwards at agrsci.dk> Date: 2011/10/4 Subject: Re:
2006 Dec 07
4
Introduce and noob problem require ''wx''
Dear All, my name is Raoul, this is the first time I post here. I''m a computer scientis and I''m working in bioinformatic''s filed, we have a lot of tools to analyse the data but no good graphic applications to visualize them. So I''m looking for a good framework for my job. I think your motivations on using wxruby are good, most important for me is the
2003 Oct 10
1
number of arguments in .Call function registration
I initially sent this to the biocore mailing list - but it was suggested that r-devel would also find it interesting. Many of us use a macro like #define CALL_DEF(fname, nargs) { #fname, (DL_FUNC)&fname, nargs} for use in function registration for use with .Call. For example, using the example from R Extension manual, if we want to register a C function myCall with three arguments, we
2013 Mar 21
6
How we can create two database Using same credetial using Puppet
Hello All, I wanted to create two two MySQL database with same user credential using Puppet-MySQL. How can I achieve this? Please find my script below. class mysql::vsdatabase { include mysql mysql::db { ''vidispine'': user => ''user'', password => ''user123'', host => ''db.<hostname>.com'', } } How can I add
2005 Jan 25
1
how to use xml, scp, ant 1.5
I am using ant version 1.5 I know that there is an scp command in ant 1.6 but our plans do not have us moving to 1.6 for a while ( not the only application on the box using ant / xml ). I am running in an IBM Unix environment. I am attempting to get scp to work within an xml file called by ant. Thank You for any support you may provide. Sal Pantano PLEASE NOTE -- SO THAT THE MAIL
2004 Aug 17
1
Samba3 and eDirectory as LDAP - HELP
I've got problem with Samba3 when I want to connect to eDirectory. The samba could not connect to the local eDirectory server. The Samba and the eDir can be found on the same Linux box which is a SusSe 9.1. The eDir and the Samba are working pretty good but cant see each other. Is it possible to connect from Samba 3 to Novell's eDirectory ? What are the syntaxes to these lines in smb.conf:
2009 Mar 02
3
liblber-2.3.so.0 is needed by (installed ) ............ on cent os 5.2
Hi I am trying to upgrde ?out openldap ver 2.3 ?to the lastest version 2.4, howevre there is no rpm avaibale for 2.4 so i decide to create my own for centOS flavour 5.2 here is the ?part look of my spec file openldap.spec Summary: openldap Installer Name: openldap Version: 2.4 Release: 1 Vendor: net Solutions License: Commercial Group: ms6 BuildRoot: /usr/src/redhat/BUILD/openldap Provides:
2003 May 06
0
prngd not seeded
I am running openssh 3.4p1 and had everything working fine, but then we had to upgrde the openssl. So did the same steps now openssh is not seeing prngd. We configure openssh with : --with-prngd-socket=/var/spool/prngd/pool this is what we saw with openssl-0.9.6g when I configured it: OpenSSH has been configured with the following options: User binaries: /usr/local/bin
2012 Mar 12
5
Database and user not created (Puppetlabs mysql module)
Hi everyone, I am new to Puppet and try to make some simple "automation things". I have succeed with apache2, ssh modules, but have problems with Puppetlabs mysql module. It installs mysql server, changes/creates admin user password, but does not create database and user. I cannot find anything wrong in logs (--debug --verbose). I see that manifests is read, but no db/user in mysql.
2009 Dec 14
1
AGI with PHP
Hi All, I'm having problems getting results from a PHP file. This is what the CLI is showing. -- Executing [111 at internal:1] AGI("Console/dsp", "GoTalk.php") in new stack -- Launched AGI Script /var/lib/asterisk/agi-bin/GoTalk.php [Dec 14 11:57:25] ERROR[20260]: utils.c:1019 ast_carefulwrite: write() returned error: Broken pipe If I run the PHP file from
2009 May 05
1
Asterisk cdr_odbc problems
I'm trying to get asterisk cdr_odbc configured, but it can't connect through my odbc driver. switchboard*CLI> module load cdr_odbc [May 4 20:06:04] ERROR[17758]: cdr_odbc.c:358 odbc_load_module: cdr_odbc: Unable to connect to datasource: asterisk /etc/odbcinst.ini: [MySQL] Description = MySQL driver Driver = /usr/lib/odbc/libmyodbc.so Setup =
2012 May 08
4
Compile catalog time: 2.6 vs 2.7.X
Hi all, I''m in the procedure of migrating my old puppet server (puppet-2.6.14-1.el5) with mongrel to a new one (puppet-2.7.14-1.el6.noarch) with passenger. I''m facing a really strange behaviour with the catalog compilation time. I''ve 3 servers: 1.-) Centos 5.8 puppet-2.6.14-1.el5 + rubygem-mongrel-1.0.1-6.el5 Client: Compiled catalog for td055.pic.es in environment