search for: mysqladmin

Displaying 20 results from an estimated 68 matches for "mysqladmin".

2017 Nov 17
2
Log rotation and combining...
...create 640 mysql mysql > daily > minsize 30M > notifempty > rotate 3 > missingok > compress > sharedscripts > postrotate > # # just if mysqld is really running > if test -x /usr/bin/mysqladmin && \ > /usr/bin/mysqladmin ping &>/dev/null > then > /usr/bin/mysqladmin flush-logs > fi > endscript > } > > Bill > > > On 11/16/2017 4:27 AM, SH Development wr...
2006 Jun 06
0
Re: [ocruby] iteration A1 in ebook: scaffold gets: routing error
At 02:42 AM 6/6/2006, you wrote: >hi, on page 82 of second edition, getting stuck after got past that, must have been doing something wrong. ended up writing the script below: thanks set -x base=i:/work PATH=/cygdrive/$base:$PATH name=depot cd $base rm -rf depot ls mysqladmin -f -u root drop ${name}_development mysqladmin -u root create ${name}_development mysqladmin -f -u root drop ${name}_test mysqladmin -u root create ${name}_test mysqladmin -f -u root drop ${name}_production mysqladmin -u root create ${name}_production echo rails rails.cmd $name cd $name echo rake d...
2011 Apr 03
3
error: 'Access denied for user 'root'@'localhost' <using password: NO>'
rails railscoders --database=mysql created the directory with folders except for a ''components/'' folder which Practical Rails by Alan Bradburne lists as one of the folders created. Continuing with: mysqladmin -u root create railscoders_development returns this: mysqladmin: connect to server at ''localhost'' failed error: ''Access denied for user ''root''@''localhost'' <using password: NO>'' My database.yml file shows development:...
2017 Nov 17
2
Log rotation and combining...
...minsize 30M >>> notifempty >>> rotate 3 >>> missingok >>> compress >>> sharedscripts >>> postrotate >>> # # just if mysqld is really running >>> if test -x /usr/bin/mysqladmin && \ >>> /usr/bin/mysqladmin ping &>/dev/null >>> then >>> /usr/bin/mysqladmin flush-logs >>> fi >>> endscript >>> } >>> >>> Bil...
2011 Oct 11
3
/etc/init.d/mysql =fail mysqld=success
...owner => "mysql", group => "mysql", source => "puppet:///modules/mysql-server/my.cnf", notify => Service["mysql"], require => Package["mysql-server"], } exec { "set-mysql-password": unless => "mysqladmin -uroot -psecret", path => ["/bin", "/usr/bin"], command => "mysqladmin -uroot password secret", require => Service["mysql"], } exec { "set-nagios-password": unless => "mysqladmin -unagiostest -psecret&quot...
2009 Aug 05
2
MySQL noob question: Where can I find the database when I create one?
See my screenshot of the command here. http://a.imagehost.org/0843/mysqladmin.png When I type the following: mysqladmin create <database_name> --user=root --password=xxxxxxxx Is my command executed simply by pressing "Enter" after the command? Am I missing some syntax? If the command has been executed , what directory can I find this database? How does thi...
2017 Nov 16
2
Log rotation and combining...
I have recently noticed that my dovecot-deliver.log is huge and wanted to start rotating it. So a couple of questions: 1. Can the dovecot-deliver.log be combined with the maillog, that gets rotated weekly? If it can be done, is it advisable? Since the inception of this particular server, the log file has been located in the /home/vmail directory. Is there a reason it shouldn?t be located in
2009 Aug 31
1
mysql error
...5-7.el5.i386 already installed and latest version Nothing to do [root at localhost bcm]# chkconfig --levels 235 mysqld on bash: chkconfig: command not found [root at localhost bcm]# /etc/init.d/mysqld start Starting MySQL: [ OK ] [root at localhost bcm]# mysqladmin -ucountry mysqladmin Ver 8.41 Distrib 5.0.45, for redhat-linux-gnu on i686 Copyright (C) 2000-2006 MySQL AB This software comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to modify and redistribute it under the GPL license Administration program for the mysqld daemon....
2007 Oct 21
2
cmd mysql
...istake on the ip address of the mysql database or for whatever reason, mysql wasn't running. In those instances, I've noted that the mysql command will hang indefinitely (I've counted to 40 before killing it). The offending line is: exten => s,1,MYSQL(Connect connid 192.168.103.15 mysqladmin 'xxxxxxxxx' did) Is there a way to specify a timeout for the mysql command? I'm not finding anything on Google, voip-info or the documents in the add-ons directory. Any help would be appreciated. Thanks, Doug
2013 Apr 04
5
Unable to set MySQL root password
Hi, Using this module https://forge.puppetlabs.com/puppetlabs/mysql as described on documentation: class { ''mysql::server'': config_hash => { ''root_password'' => ''foo'' } } But, couldn''t set password after logging getting error: Access denied for user ''root''@''localhost'' (using password:
2005 Sep 04
4
mysql
I just installed CentOS 3.5. Included in the install was mysql. When trying to start it using: service mysqld start. The system responds with mysqld not recpognized as a service. When trying to use /usr/bin/mysql I receive this error: ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2). A search of the system does not reveal
2007 Dec 03
1
install and mysql issues
...vel 0) [i386-mswin32] C:\Documents and Settings\Mark Johnson>rails -v Rails 1.2.6 C:\Documents and Settings\Mark Johnson>mysql -v ERROR 1045 (28000): Access denied for user ''ODBC''@''localhost'' (using password: N O) C:\Documents and Settings\Mark Johnson>mysqladmin -v mysqladmin Ver 8.41 Distrib 5.0.45, for Win32 on ia32 Copyright (C) 2000-2006 MySQL AB Default options are read from the following files in the given order: C:\my.ini C:\my.cnf C:\WINDOWS\my.ini C:\WINDOWS\my.cnf C:\Program Files\MySQL\M ySQL Server 5.0\my.ini C:\Program Files\MySQL\MySQL Serve...
2017 Nov 17
0
Log rotation and combining...
...og /var/log/mariadb/mariadb.log { ??????? create 640 mysql mysql ??????? daily ??????? minsize 30M ??????? notifempty ??????? rotate 3 ??????? missingok ??????? compress ??????? sharedscripts ??????? postrotate #?????? # just if mysqld is really running ??????????????? if test -x /usr/bin/mysqladmin && \ ??????????????????????? /usr/bin/mysqladmin ping &>/dev/null ??????????????? then ??????????????????????? /usr/bin/mysqladmin flush-logs ??????????????? fi ??????? endscript } Bill On 11/16/2017 4:27 AM, SH Development wrote: > I have recently noticed that my dovecot-...
2017 Nov 17
0
Log rotation and combining...
...daily >> minsize 30M >> notifempty >> rotate 3 >> missingok >> compress >> sharedscripts >> postrotate >> # # just if mysqld is really running >> if test -x /usr/bin/mysqladmin && \ >> /usr/bin/mysqladmin ping &>/dev/null >> then >> /usr/bin/mysqladmin flush-logs >> fi >> endscript >> } >> >> Bill >> >> >>...
2014 Oct 06
2
restarting mysql databases
I am doing an install of a mysql system, and decided that I needed to change some things like host name. So I have to go back to square one with the mysql setup, but can't find any instructions for this. I TRIED: mysql_install_db And it did SOMETHING, but mysqladmin -u root password 'mypass' failed with: mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user 'root'@'localhost' (using password: NO)' I tried 'yum reinstall mysql' and that did not help.
2013 Mar 06
4
Apache attacks - you can't stop them, or can you?
...//phpMyAdmin-2.5.5-rc1/scripts/setup.php: 1 Time(s) //phpMyAdmin-2.5.5-rc2/scripts/setup.php: 1 Time(s) /muieblackcat: 1 Time(s) /myadmin/scripts/setup.php: 2 Time(s) /mysql-admin/scripts/setup.php: 1 Time(s) /mysql/scripts/setup.php: 1 Time(s) /mysqladmin/scripts/setup.php: 2 Time(s) /mysqlmanager/scripts/setup.php: 1 Time(s) Now these are only a few, though I am probably not being hit as hard as others out there. My question is: Is there a way to shut this nonsense down? Or because I am sending the 404, I am doing all that is reasonab...
2003 Apr 24
1
RMySQL crash under R 1.7.0, but not 1.6.2
...00000001 SubType: 00000000 FileDate: 00000000:00000000 I have also: > version platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 1 minor 7.0 year 2003 month 04 day 16 language R and: C:\Program Files\\mysql\bin>mysqladmin --user=root version mysqladmin Ver 8.23 Distrib 3.23.49, for Win95/Win98 on i32 Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB This software comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to modify and redistribute it under the GPL licens...
2017 Nov 18
0
Log rotation and combining...
...notifempty >>>> rotate 3 >>>> missingok >>>> compress >>>> sharedscripts >>>> postrotate >>>> # # just if mysqld is really running >>>> if test -x /usr/bin/mysqladmin && \ >>>> /usr/bin/mysqladmin ping &>/dev/null >>>> then >>>> /usr/bin/mysqladmin flush-logs >>>> fi >>>> endscript >>>> } >&g...
2006 Jun 06
15
error working through Agile !!!
Hi everyone, I''m working my way thru the ''Depot'' project from Agile Web Development with Rails. I got to the bit where I type: ruby script/generate scaffold Product admin And I get the following error: error Before updating scaffolding from new DB schema, try creating a table for your model (Product) ( on the last line ! ) Now I have followed everything as
2005 Jan 01
1
Problems to use asterisk with mysql /odbc
...g: debian is my OS. mysql is installed and working. i has compiled astersk as follows: Modefying: /usr/src/asterisk-1.0.3/channels/Makefile USE_MYSQL_FRIENDS=1 USE_SIP_MYSQL_FRIENDS=1 make, and: make install are correctly. i have probed many choises: chois1: i has create a database sipfriends: mysqladmin create sipfriends the database: CREATE TABLE Sipfriends ( Name varchar(40) NULL default '', Secret varchar(40) NULL default '', Context varchar(40) NULL default '', Username varchar(40) default '', paddr varchar(20) NULL default '',...