Search found 30 matches

by kyrunner
2012/05/01 22:46:38
Forum: CentOS 6 - General Support
Topic: MySQL Database is not letting me login for the first time with a blank password.
Replies: 6
Views: 58381

Re: MySQL Database is not letting me login for the first time with a blank password.

[quote] jjrambo97 wrote: [quote] kyrunner wrote: Try this command mysql_secure_installation[/quote] That is what I did initially...[/quote] 1) /etc/init.d/mysql stop 2) mysqld_safe --skip-grant-tables & 3) mysql -u root 4) Setup new MySQL root user password use mysql; update user set password=PASSWO...
by kyrunner
2012/05/01 20:55:17
Forum: CentOS 6 - General Support
Topic: [RESOLVED] httpd won't install
Replies: 15
Views: 13828

Re: httpd won't install

What happens when you run this command


sudo /etc/init.d/httpd start
by kyrunner
2012/04/30 00:17:02
Forum: CentOS 6 - General Support
Topic: MySQL Database is not letting me login for the first time with a blank password.
Replies: 6
Views: 58381

Re: MySQL Database is not letting me login for the first time with a blank password.

Try this command

mysql -u root -p (Then hit enter) it will ask for a password just hit (enter again)
by kyrunner
2012/04/27 11:22:53
Forum: CentOS 6 - General Support
Topic: Tarsnap
Replies: 1
Views: 438

Tarsnap

Hey guys just started to use Tarsnap on my Centos headless server. This tool is really good and easy to configure. Has anyone else used it? If so, do you have any tips or tricks?
by kyrunner
2012/04/23 17:19:29
Forum: CentOS 6 - General Support
Topic: [SOLVED]1 Terabyte USB drive: Unable to mount My Passport, Error mounting: mount: unknown filesystem
Replies: 6
Views: 6464

Re: 1 Terabyte USB drive: Unable to mount My Passport, Error mounting: mount: unknown filesystem type 'n

[quote] Rocksockdoc wrote: I've been using this "My Passport" for about 3 months on Windows XP and Ubuntu machines so I know it's working just fine. But when I plug it into the Centos 6 laptop, I simply get the error message: "Unable to mount My Passport, Error mounting: mount: unknown filesystem ty...
by kyrunner
2012/04/23 16:13:37
Forum: CentOS 6 - General Support
Topic: MySQL backup script
Replies: 2
Views: 3875

MySQL backup script

Hi Guys, I have created a backup script to back up my MySQL databases and my websites. Everything appears to work fine. I would just like someone else to take a look at it and tell me if they see anything wrong. #!/bin/bash # bash script to backup website BACKUP_LOG=/home/mike/mysql/website.log date...
by kyrunner
2012/04/06 15:22:05
Forum: CentOS Social
Topic: Traffic to new website
Replies: 5
Views: 819

Traffic to new website

I have a website that hosts Linux related forums. What is the best way to get traffic to my site?

Http://kyrunner.com
by kyrunner
2012/03/17 14:01:46
Forum: CentOS 5 - General Support
Topic: [SOLVED] fLogging winSCP actions on server
Replies: 3
Views: 804

Re: Logging winSCP actions on server

Please mark as solved.

Fixed the issue by adding -l INFO to the end of this file > Subsystem sftp /usr/libexec/openssh/sftp-server -l INFO
by kyrunner
2012/03/17 13:34:30
Forum: CentOS 5 - General Support
Topic: [SOLVED] fLogging winSCP actions on server
Replies: 3
Views: 804

[SOLVED] fLogging winSCP actions on server

When users log into my server they mostly use winSCP. How can I log their actions like copying files and stuff. The security log only shows when they logged in. How can I see what their doing. is there a setting that needs to be made on the server.