Displaying 20 results from an estimated 900 matches similar to: "mysql"
2011 Oct 11
3
/etc/init.d/mysql =fail mysqld=success
Hello.
This is my mysql-server.pp file, both master and client are runing
ubuntu.
--------------------
class mysql-server {
package { "mysql-server": ensure => installed }
package { "mysql-client": ensure => installed }
service { "mysql":
enable => true,
ensure => running,
require => Package["mysql-server"],
}
file
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
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:
2017 Nov 17
2
Log rotation and combining...
That doesn?t seem to work either. Where do I find logs for log rotation to see the reason it failed?
Ethon
> On Nov 16, 2017, at 7:53 PM, Bill Shirley <bill at KnoxvilleChristian.org <mailto:bill at KnoxvilleChristian.org>> wrote:
>
> I believe you need a 'create' statement to set the permissions. Here
> is an example for mariadb:
>
2013 Sep 13
2
MySQL 5.1.69 at CentOS 6.4 doesn't know enable-named-pipe?
Hello,
I've only had experience with PostgreSQL sofar,
but have now to install MySQL (and WordPress)
on a CentOS 6.4 /64 bit server.
I have installed the mysql-5.1.69-1.el6_4.x86_64
package and executed the following commands:
# chkconfig mysqld on
# service mysqld start
# /usr/bin/mysqladmin -u root password 'xxxxx'
# /usr/bin/mysql_secure_installation
Then I've noticed that
2017 Nov 17
2
Log rotation and combining...
So, the question is, why can I rotate the log manually, but cron returns a permission error? Do I need to tell cron to run it as sudo or something like that?
Ethon
> On Nov 17, 2017, at 2:29 AM, Tom Hendrikx <tom at whyscream.net <mailto:tom at whyscream.net>> wrote:
>
> Hi,
>
>
> Your crontab should normally mail you error output. But you can also run
> the
2015 Jan 08
5
logrotate script not working
Hey guys,
Got a quick question and I hope this is an easy one!
In my /etc/logrotate.conf file I have the following entry:
# rotate all of the apache logs -- we'll rotate them here
/var/log/mysqld.log {
weekly
size 50M
create 0644 mysql mysql
rotate 1
}
And from that I would expect the log to rotate when it reaches 50M in size.
However I just caught that log weighing
2001 Apr 15
3
Extreme Samba Newbie needs more help
Tom Syroid was kind enough to answer my first question. I had some really
weird errors and he told me to uninstall the samba that I had compiled on my
own and reinstall the samba.tgz that came with slackware 7.1 which is what I
am running. I did so, and the weird errors no longer occur. Instead when I
try:
root@vader82:/# smbclient -L localhost
added interface ip=192.168.0.1
2008 Sep 21
7
Request info on managing MySQL
Good day/night/whatever fellow techies,
I've come to a small problem managing mysql on CentOS 4.7 box[1]. When
I have done things on mysql on my desktop systems it was always just for
personal use so I would be lazy and put everything under the "test" db
so I didn't have to deal with all that security. But I find that I need
to put some db's on the "production"
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.
2011 Jul 20
3
MySQL ERROR - UNKNOWN_MYSQL_USER
This is strange behavior because as soon as I start mysqld
with a clean error log, I get the following messages:
110720 21:38:47 [Note] /usr/libexec/mysqld: ready for
connections.
Version: '5.5.14-log' socket: '/var/lib/mysql/mysql.sock'
port: 2500 MySQL Community Server (GPL) by Remi
110720 21:38:48 [Warning] Access denied for user
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
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 this relate to MySQL
2011 Feb 12
8
CentOS 64 bit php 5.2 huge problem
Hello,
i am getting the following error in CentOS 64 bit with php 5.2
I cant get mysql functionality running and the ioncube loader
Please help, i am very desperate
Here is my output:
[root at host ~]# php -v
Failed loading /usr/local/ioncube/ioncube_loader_lin_5.1.so:
/usr/local/ioncube/ioncube_loader_lin_5.1.so: undefined symbol:
zend_unmangle_property_name_ex
PHP Warning: PHP
2007 Oct 21
2
cmd mysql
Hey everybody,
I've been using mysql databases more and more. I've run across a couple
of instances where I've either made a mistake 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 =>
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
2013 Mar 06
4
Apache attacks - you can't stop them, or can you?
So I have this nice, simple web server up running. Its purpose is to
allow me external testing with HIP, and to provide some files for
external distribution. Of course, there it is sitting on port 80 and
the attacks are coming in per logwatch report. Examples from the report
include:
Requests with error response codes
404 Not Found
//phpMyAdmin-2.5.1/scripts/setup.php: 1
2007 Nov 07
5
Unexplainable failure...at least for me
I have an address model with country_id and province_id fields
There is also a full_address method that returns an address that is in a
format that the google maps api will be able to return a long-lat
coords.
Within the full_address method there is a call to obtain the
province/state and country name.
---------
def full_address
...
full_address = [city, self.province.name,
2009 Aug 31
1
mysql error
Hi List i'm trying to setup my sever but in my terimal all i seam get is this message but cant go on .
could someone help us out
many thx's
Mike
yum install mysql mysql-server
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.optus.net
* updates: mirror.optus.net
* addons: mirror.optus.net
* extras: mirror.optus.net
Setting up Install Process
2007 Dec 03
1
install and mysql issues
this is the versions i have installed:
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\Mark Johnson>ruby -v
ruby 1.8.6 (2007-03-13 patchlevel 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