search for: mysql_user

Displaying 20 results from an estimated 28 matches for "mysql_user".

2015 May 19
0
Can't achieve alias working with SQL
...s = " quota imap_quota" } POSTFIX : alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases alias_maps_dbname = $mysql_dbname alias_maps_hosts = $mysql_host alias_maps_password = $mysql_passwd alias_maps_select_field = destination alias_maps_table = forwards alias_maps_user = $mysql_user alias_maps_where_field = source append_dot_mydomain = no biff = no bounce_queue_lifetime = 1d broken_sasl_auth_clients = yes config_directory = /etc/postfix dovecot_destination_concurrency_limit = 1 dovecot_destination_recipient_limit = 1 gid_maps_dbname = $mysql_dbname gid_maps_hosts = $mysql_host...
2008 Jul 01
5
chicken/egg problem with custom types
Hi while usings DavidS mysql module with its custom mysql types I hit some kind of a chicken/egg problem: While deploying mysql, I also like to define some mysql munin user, to enable munin monitoring for mysql things. I choosed to use the mysql_user type from DavidS and it works perfectly. However I start using the custom types on a host where mysql have already been installed. Now I should bootstrap a new mysql server and puppet is failing, with the error, that no handler for the type mysql_user can be found. This is obviously because no mys...
2011 Aug 11
6
need urgent help with including Ruby DSL class from puppet manifests
Hi, I have a Ruby class in "nagios" module - it''s located in nagios/ manifests/ssa_nagios_checks.rb and looks like this hostclass :ssa_nagios_checks do ... end In nagios/manifests/init.pp I have class nagios::server { ... include ssa_nagios_checks ... } And I get the following error .... debug: importing ''/etc/puppet/modules/nagios/manifests/
2004 Jun 22
0
Perl Script for pulling information from a mysql database
...r/bin/perl # # TC Helper Script: Written by Mike Davis & Adam Towarnyckyj # # Syncronizes data rates with MySQL server and applies hourly. # ### Configuration Section ### $dev = "eth1"; $tc = "/sbin/tc"; $mysql_host = "host"; $mysql_db = "database"; $mysql_user = "user"; $mysql_pass = "password"; ### END Configuration Section ### use POSIX qw(strftime); use DBI; # Database connect and define subroutines $dsn = "DBI:mysql:database=$mysql_db;hostname=$mysql_host"; $dbh = DBI->connect($dsn, $mysql_user, $mysql_pass) || d...
2009 Dec 14
1
AGI with PHP
...sterisk 1.6.0.10. My extensions.conf file looks like: exten => 111,1,Answer() exten => 111,n,AGI(GoTalk.php) exten => 111,n,NoOp(Result is : ${callnum}) exten => 111,n,HangUp() My php file is: #!/usr/bin/php <?php $start = '5'; $mysql_host = 'localhost'; $mysql_user = 'username'; $mysql_password = 'password'; $my_database = 'asteriskcdr'; $dbtable = 'cdr'; $from_date = '20091205000000'; $to_date = '20100104235959'; $callnum = '0'; $minutes = '0'; $query_duration = "SELECT SUM(billsec) FROM...
2015 Feb 14
2
RPC Server is unavailable . . .
...= epmapper, mapiproxy, dnsserver > dcerpc_mapiproxy:server = true > dcerpc_mapiproxy:interfaces = exchange_emsmdb, exchange_nsp, > exchange_ds_rfr > ### Configuration required by OpenChange server ### > > mapistore:namedproperties = mysql > namedproperties:mysql_user = openchange-user > namedproperties:mysql_pass = passwd > namedproperties:mysql_host = localhost > namedproperties:mysql_db = openchange > mapistore:indexing_backend = > mysql://openchange-user:passwd at localhost/openchange > mapiproxy:openchangedb = > my...
2015 Feb 13
2
Question re kerberos . . .
...dcerpc endpoint servers = epmapper, mapiproxy, dnsserver dcerpc_mapiproxy:server = true dcerpc_mapiproxy:interfaces = exchange_emsmdb, exchange_nsp, exchange_ds_rfr ### Configuration required by OpenChange server ### mapistore:namedproperties = mysql namedproperties:mysql_user = openchange-user namedproperties:mysql_pass = passwd namedproperties:mysql_host = localhost namedproperties:mysql_db = openchange mapistore:indexing_backend = mysql://openchange-user:passwd at localhost/openchange mapiproxy:openchangedb = mysql://openchange-user:passwd a...
2015 Feb 14
1
SOLVED RPC Server is unavailable . . .
...pmapper, mapiproxy, dnsserver > #dcerpc_mapiproxy:server = true > #dcerpc_mapiproxy:interfaces = exchange_emsmdb, exchange_nsp, > exchange_ds_rfr > ### Configuration required by OpenChange server ### > > #mapistore:namedproperties = mysql > #namedproperties:mysql_user = openchange-user > #namedproperties:mysql_pass = passwd > #namedproperties:mysql_host = localhost > #namedproperties:mysql_db = openchange > #mapistore:indexing_backend = > mysql://openchange-user:passwd at localhost/openchange > #mapiproxy:openchangedb = &g...
2015 Jun 15
3
Samba upgrade issue . . .
...dpoint servers = +epmapper, +mapiproxy #dcerpc_mapiproxy:server = true #dcerpc_mapiproxy:interfaces = exchange_emsmdb, exchange_nsp, exchange_ds_rfr ### Configuration required by OpenChange server ### #mapistore:namedproperties = mysql #namedproperties:mysql_user = openchange-user #namedproperties:mysql_pass = $passwd #namedproperties:mysql_host = localhost #namedproperties:mysql_db = openchange #mapistore:indexing_backend = mysql://openchange-user:$passwd at localhost/openchange #mapiproxy:openchangedb = mysql...
2015 Feb 14
4
RPC Server is unavailable . . .
Ubuntu 14.04, Samba 4.1.6 I'm having trouble connecting Windows clients to the domain. "The following error occurred attempting to join the domain "smbdomain": The RPC server is unavailable." When you attempt to join the domain, it finds it by name immediately and asks for username/password, after which it gives the error above. I haven't found documentation on
2015 Jun 15
1
Samba upgrade issue . . .
...s = exchange_emsmdb, >>> exchange_nsp, >>>>> exchange_ds_rfr >>>>> ### Configuration required by OpenChange server ### >>>>> >>>>> #mapistore:namedproperties = mysql >>>>> #namedproperties:mysql_user = openchange-user >>>>> #namedproperties:mysql_pass = $passwd >>>>> #namedproperties:mysql_host = localhost >>>>> #namedproperties:mysql_db = openchange >>>>> #mapistore:indexing_backend = >>>&g...
2015 Oct 10
2
Samba-AD-DC package question . . .
...endpoint servers = +epmapper, +mapiproxy #dcerpc_mapiproxy:server = true #dcerpc_mapiproxy:interfaces = exchange_emsmdb, exchange_nsp, exchange_ds_rfr ### Configuration required by OpenChange server ### mapistore:namedproperties = mysql namedproperties:mysql_user = openchange-user namedproperties:mysql_pass = $Passwd namedproperties:mysql_host = localhost namedproperties:mysql_db = openchange mapistore:indexing_backend = mysql://openchange-user:$Passwd at localhost/openchange mapiproxy:openchangedb = mysql://op...
2008 Dec 05
0
RMySQL 0.7-2 now available on CRAN
...registry entries. * Removed dependence on MySQL C function load_defaults() as it was meant for command-line tools, not for (re)connecting to a database. * Fixed \r issue with dbWriteTable(). * Tests have been added and depend on proper values set in the environment variables MYSQL_DATABASE, MYSQL_USER, and MYSQL_PASSWD. Best, Jeff _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
2008 Dec 05
0
RMySQL 0.7-2 now available on CRAN
...registry entries. * Removed dependence on MySQL C function load_defaults() as it was meant for command-line tools, not for (re)connecting to a database. * Fixed \r issue with dbWriteTable(). * Tests have been added and depend on proper values set in the environment variables MYSQL_DATABASE, MYSQL_USER, and MYSQL_PASSWD. Best, Jeff _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
2015 Feb 14
0
RPC Server is unavailable . . .
...dcerpc endpoint servers = epmapper, mapiproxy, dnsserver dcerpc_mapiproxy:server = true dcerpc_mapiproxy:interfaces = exchange_emsmdb, exchange_nsp, exchange_ds_rfr ### Configuration required by OpenChange server ### mapistore:namedproperties = mysql namedproperties:mysql_user = openchange-user namedproperties:mysql_pass = passwd namedproperties:mysql_host = localhost namedproperties:mysql_db = openchange mapistore:indexing_backend = mysql://openchange-user:passwd at localhost/openchange mapiproxy:openchangedb = mysql://openchange-user:passwd a...
2015 Feb 14
0
SOLVED RPC Server is unavailable . . .
...#dcerpc endpoint servers = epmapper, mapiproxy, dnsserver #dcerpc_mapiproxy:server = true #dcerpc_mapiproxy:interfaces = exchange_emsmdb, exchange_nsp, exchange_ds_rfr ### Configuration required by OpenChange server ### #mapistore:namedproperties = mysql #namedproperties:mysql_user = openchange-user #namedproperties:mysql_pass = passwd #namedproperties:mysql_host = localhost #namedproperties:mysql_db = openchange #mapistore:indexing_backend = mysql://openchange-user:passwd at localhost/openchange #mapiproxy:openchangedb = mysql://openchange-user:pas...
2015 Jun 15
4
Samba upgrade issue . . .
...dcerpc_mapiproxy:server = true >> #dcerpc_mapiproxy:interfaces = exchange_emsmdb, exchange_nsp, >> exchange_ds_rfr >> ### Configuration required by OpenChange server ### >> >> #mapistore:namedproperties = mysql >> #namedproperties:mysql_user = openchange-user >> #namedproperties:mysql_pass = $passwd >> #namedproperties:mysql_host = localhost >> #namedproperties:mysql_db = openchange >> #mapistore:indexing_backend = >> mysql://openchange-user:$passwd at localhost/openchange...
2010 Feb 09
9
VERY HIGH LOAD AVERAGE: top - 10:27:57 up 199 days, 5:18, 2 users, load average: 67.75, 62.55, 55.75
Hi Team Can someone advice me on how i can lower the load average on my asterisk server? dahdi-linux-2.1.0.4 dahdi-tools-2.1.0.2 libpri-1.4.10.1 asterisk-1.4.25.1 2 X TE412P Digium cards on ISDN PRI Im using the system as an IVR without any transcoding or bridging ************************************** top - 10:27:57 up 199 days, 5:18, 2 users, load average: 67.75, 62.55, 55.75 Tasks: 149
2015 Feb 13
0
Question re kerberos . . .
...c_mapiproxy:server = true >>> dcerpc_mapiproxy:interfaces = exchange_emsmdb, exchange_nsp, >>> exchange_ds_rfr >>> ### Configuration required by OpenChange server ### >>> >>> mapistore:namedproperties = mysql >>> namedproperties:mysql_user = openchange-user >>> namedproperties:mysql_pass = passwd >>> namedproperties:mysql_host = localhost >>> namedproperties:mysql_db = openchange >>> mapistore:indexing_backend = >>> mysql://openchange-user:passwd at localhost/openchange &g...
2015 Jun 15
0
Samba upgrade issue . . .
...mapiproxy > #dcerpc_mapiproxy:server = true > #dcerpc_mapiproxy:interfaces = exchange_emsmdb, exchange_nsp, > exchange_ds_rfr > ### Configuration required by OpenChange server ### > > #mapistore:namedproperties = mysql > #namedproperties:mysql_user = openchange-user > #namedproperties:mysql_pass = $passwd > #namedproperties:mysql_host = localhost > #namedproperties:mysql_db = openchange > #mapistore:indexing_backend = > mysql://openchange-user:$passwd at localhost/openchange > #mapipr...