search for: databasename

Displaying 20 results from an estimated 30 matches for "databasename".

2007 Dec 04
2
Help to restore mysql data on CentOS 5
...houd I override them? Remember, this is a PRODUCTION SERVER.. I should do it properly. I think I will have to do following steps. first, I will have to dump the mysql server backup from database server. This is the command I will have to enter from the database server. * mysqldump -u root -p databasename > database.txt* then, I will have to mount a flash drive and copy *database.txt* to the flash drive. Then, I will have to go to the web server and mount it there. Then, finnaly, I have to restore *database.txt* to web server as follows. *mysql -u root -p databasename < databas.txt* Am...
2008 May 26
1
Can't seem to export MySQLDump and then import MySQLImport?
I''ve got my applications running on a server that backs up every hour using MySQLdump. My goal is to take this ''dump'' and re-import it into my desktop computer using MySQLAdministrator. I go through the procedure of restoring this ''backup.sql'' file and it grinds for some time as though something is happening...and then nothing?? There are no error
2005 Dec 14
6
mysql connection problems
Hi hi i have a problem trying to connect to the mysql database when I do a rake it says: Access denied for user: ''@localhost'' to database '''' My database.yml file is fine Any ideas why this is happening -- Posted via http://www.ruby-forum.com/.
2013 Mar 28
3
Staging content from modules for temporary use by resources
...t file being set up: file { ''/tmp/setupdb.sql'' : source => "puppet:///modules/${module_name}/setupdb.sql", mode => 644, backup => false, } exec { ''Setup the database'': command => ''psql ${databasename} -f /tmp/setupdb.sql'', onlyif => ''psql ... | grep ...'', # Some condition to check whether a table exists, for example. requires => File[''/tmp/setupdb.sql''], } The problem with this is that it looks procedural, and that it also...
2003 Oct 23
1
Can you create a MySQL database with RMySQL?
Is it possible to create a database in MySQL via RMySQL? Also, is the format for the authorization field 'userName/password at databasename'? I saw an example like this somewhere in the documenation, but I haven't found the actual specification. Thanks, Barnet Wagman
2009 Aug 04
0
RODBC package to connect to Oracle database Linux
...(st, ...) : [RODBC] ERROR: state IM002, code 0, message [unixODBC][DriverManager]Data source name not found, and no default driver specified 2: In odbcDriverConnect(st, ...) : ODBC connection failed I connect to the Oracle database in the following way: $ sqlplus username/password at myIPaddress/databaseName Doing some googling I found a mail thread with the following code: con<-odbcDriverConnect("SERVER=myIPaddress;DRIVER=oracle;DATABASE=databaseName") Warning messages: 1: In odbcDriverConnect("SERVER=192.168.20.129;DRIVER=oracle;DATABASE=MAGNUS") : [RODBC] ERROR: state IM00...
2006 Jun 28
1
Mysql Trixbox
Hello, I have installed FreeRadius server on Trixbox Server. My problem is mysql is not letting FreeRadius to login either locally or remotely. I also insert proper entries in HOST and USERS tables. But it does not work I always get ERROR 1045 (28000); Access Denied for user 'root'@'localhost' Thanks Wazb
2010 Dec 08
0
rails 3 with oracle
...ew rails3 application with oracle as the database. i have tried so many times and havin errors.. I used this command rails new <app name> --database oracle it does create the application fine but in the database.yml file i have something like this development: adapter: oracle database: databaseName username: User password: Secret in the gemfile i can only use gem ''activerecord-oracle_enhanced-adapter'', ''~>1.3.0'' and i think if am to use that gem i have to get the adapter to be development: adapter: oracle_enhanced database: databaseName user...
2018 Aug 24
3
Mail has quit working
...e has got a wrong mailhost stored. Try running the following SQL command on your roundcube database: mysql --user=rc -p roundcubemail -e "select username,mail_host from users;" It will prompt for the password. (Obviously use a different user if it's not 'rc' and a different databasename if it's not 'roundcubemail' - they are the defaults and are defined in the roundcube config file.) It will come back with a list of the users defined and the mailhost it will attempt to connect to for that user. P.
2018 Aug 24
3
Mail has quit working
...SQL command on your roundcube database: > > > > mysql --user=rc -p roundcubemail -e "select username,mail_host from > > users;" > > > > It will prompt for the password. (Obviously use a different user if > > it's not 'rc' and a different databasename if it's not 'roundcubemail' > > - they are the defaults and are defined in the roundcube config file.) > > > > It will come back with a list of the users defined and the mailhost it > > will attempt to connect to for that user. > > > > P. > >...
2006 Jun 02
2
centos & mysql
Hi everyone, as a newbie to linux Im having a but of a problem getting up and running. Hopefully one of you you can point me in the right direction. I have installed Centos4 on an old server here at work as a dev box, installation went well, and I have mysql up and running. However when I try and connect from my laptop using mysql administrator I get an error saying "the host is not allowed
2009 Aug 31
1
mysql error
...d exit --no-defaults Don't read default options from any options file --defaults-file=# Only read default options from the given file # --defaults-extra-file=# Read this file after the global files are read Where command is a one or more of: (Commands may be shortened) create databasename Create a new database debug Instruct server to write debug information to log drop databasename Delete a database and all its tables extended-status Gives an extended status message from the server flush-hosts Flush all cached hosts flush-logs...
2012 Nov 20
1
MS Sharepoint 2010 configuration fails with Samba/Openldap PDC
...g applicationPoolId, SPProcessAccount processAccount, String iisServerComment, Boolean secureSocketsLayer, String iisHostHeader, Int32 iisPort, Boolean iisAllowAnonymous, DirectoryInfo iisRootDirectory, Uri defaultZoneUri, Boolean iisEnsureNTLM, Boolean createDatabase, String databaseServer, String databaseName, String databaseUsername, String databasePassword, SPSearchServiceInstance searchServiceInstance, Boolean autoActivateFeatures) at Microsoft.SharePoint.Administration.SPWebApplication.CreateDefaultInstance(S PWebService service, Guid id, String applicationPoolId, IdentityType identityType, Stri...
2011 Mar 16
1
dovecot 1.2 quota with local users
...st=localhost dbname=mails user=sqluser password=sqlpass map { pattern = priv/quota/storage table = quota username_field = username value_field = bytes } map { pattern = priv/quota/messages table = quota username_field = username value_field = messages } With corrected values about databasename, user and password. Where should to add information about sql query when autorization is not via myqsl (only shadow/password). There are in description info about additional file with user_query: dovecot-mysql.conf. Can anybody know how it should it look like and where to add it in config?
2005 Feb 27
2
Introducing the Asterisk Realtime Architecture - ARA
I've added an introduction article about the ARA on my web site http://www.voip-forum.com/ The same text is now also added to CVS head as README.realtime. On the same site, you will also find the news item about how we used Asterisk for a call from an airline jet above Greenland to Stockholm, Sweden. The world is getting smaller and more connected every day! /Olle
2012 Dec 24
3
puppetdb listening on TCP Ports 1099 and 58772
...SION 1099/tcp open jrmi Java RMI 58772/tcp open unknown Java RMI: http://en.wikipedia.org/wiki/Java_remote_method_invocation My relevant configurations: $ egrep ''(port|host|1099|58772)'' /etc/puppetdb/conf.d/* /etc/puppetdb/conf.d/database.ini:# For PostgreSQL: //host:port/databaseName /etc/puppetdb/conf.d/database.ini:subname = //localhost:5432/puppetdb /etc/puppetdb/conf.d/jetty.ini:# Hostname to list for clear-text HTTP. Default is localhost /etc/puppetdb/conf.d/jetty.ini:host = localhost /etc/puppetdb/conf.d/jetty.ini:port = 8080 /etc/puppetdb/conf.d/jetty.ini:ssl-host = lo...
2018 Aug 24
0
Mail has quit working
...Try running the following > SQL command on your roundcube database: > > mysql --user=rc -p roundcubemail -e "select username,mail_host from > users;" > > It will prompt for the password. (Obviously use a different user if > it's not 'rc' and a different databasename if it's not 'roundcubemail' > - they are the defaults and are defined in the roundcube config file.) > > It will come back with a list of the users defined and the mailhost it > will attempt to connect to for that user. > > P. I seem to have forgotten the password I...
2006 Mar 28
3
I hope this is not spamming
I do not want to get the reputation as a spammer and be hated by the ruby and rails community??! But where are the best forums for help with rails and ruby please, and which ones are the most user freindly? I have a little tech problem: I have a lap top running xp home service pack two and I have installed ruby 1.8.2 and rails 1.0.0 I also have mysql 4.1.16-nt via tcp/ip running on the laptop, so
2004 Dec 10
0
MySQL - mistake in previous post
...email => mysql,asterisk,voicemail_users > > This basically says "Please use the RealTime MySQL driver, the database > asterisk and the table voicemail_users and bind that to the voicemail > family". You can change to your liking: > > voicemail => <driver>,<databasename>,<tablename> > > Now go into your mysql server and make the following table: > > CREATE TABLE `voicemail_users` ( > `uniqueid` int(11) NOT NULL auto_increment, > `customer_id` int(11) NOT NULL default '0', > `context` varchar(50) NOT NULL default '...
2004 Nov 01
3
ms access --> mysql --> R in Linux
I am trying to use some ms access databases in R (version 1.9.1 or 2.0 on a Debian system). In searching the net for promising software to do this, I found mdbtools. Mdbtools claims the ability to convert schemas and tables in MS Access to MySQL and other databases. http://mdbtools.sourceforge.net/ I'm wondering if anyone in the R community has tried using this software to use