Search Results

Search: Posts Made By: noPermissions
1,194
Posted By noPermissions
Do you need to automate this if it's only 1 db ?...
Do you need to automate this if it's only 1 db ? You can just add the name of the db to mysqldump. Your friends code shows how to do this in this line ...
$MYSQLDUMP -u $MyUSER -p$MyPASS $db > $FILE
Forum: Programming 05-17-2012
4,834
Posted By noPermissions
I don't really see anything in the log file... ...
I don't really see anything in the log file...
It does work on command line.
Forum: Programming 05-16-2012
4,834
Posted By noPermissions
PHP exec to restart mysqld
I want to do something very very bad. I want to create a button that restarts mysqld. Why is irrelevant for my issue.

Here is my php script ...
<?php
if(isset($_POST['restart'])){
...
2,846
Posted By noPermissions
Install a nix virtual machine. Full screen that...
Install a nix virtual machine. Full screen that puppy and use it as much as you can. If you are daring, make it your main OS. You'll learn as you go. There's no point in memorizing the commands. Just...
Forum: Cybersecurity 01-12-2012
2,640
Posted By noPermissions
Javascript injection only when referred by search engine.
My website has some weird malware installed in it. When I click on a link from a search engine (google, bing, or even yahoo) my pages get a string of javascript inserted into them. The page can be a...
Forum: Linux 12-02-2011
42,096
Posted By noPermissions
Is it possible to revert a file after overwriting it ?
Long story short, there was some sort of corruption with my ide and the script I was working on has been over written with nothing (the file is blank now). The IDE doesn't store a back up from what I...
Forum: UNIX and Linux Applications 11-23-2011
13,531
Posted By noPermissions
That worked ! Thanks frappa !
That worked ! Thanks frappa !
Forum: UNIX and Linux Applications 11-23-2011
13,531
Posted By noPermissions
Rsync works in shell but not in cron
So I have this rsync script I wrote to grab some sql files and import them to a database. I left in the mysql stuff just give context to the situation. The real problem is with my rsync code.
...
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 07:04 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy