mediawiki standard install did not generate a localsettings.php [closed] - mediawiki

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I did a successful install of media wiki, but when I look to the root directory holding index.php I don't see localsettings.php
Where can I find this file? The documentation says that the default values are in includes/defaultsettings.php but I don't see that either.

My guess would be that you did something wrong in the installation. I would go ahead and try to install it a second time.

Related

Where I can get mysql 4.1.3b-beta-nt-max version? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I need reproduce the exact same environment of a system in production, it's working with mysql 4.1.3b-beta-nt-max version, where I can get this exact version? I have looking with google but it seems like it's no longer available anywhere.
Thanks.
Try searching historical databases such as
http://www.oldapps.com/mysql_server.php?old_mysql_server=131
...in a pinch, you can install a "similar" version (such as the one above, 4.1.3beta-win), and then replace the binaries with the production ones. MySQL doesn't do strange things with the registry, so this procedure should suffice.

I can't find the code for diff binary in mercurial source code [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am reading source code of mercurial,but what I saw in bdiff.c and mdiff.py is processing text, not binary.but they said mercurial treat all files as binary.I am confused.
bdiff.c and mdiff.py both works perfectly fine on binary files. They won't give you optimal diffs since they rely on the presence of newlines, but they work correctly (you won't lose any data).

LocalSettings.php not found - mediawiki installation [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
When I wanna install mediawiki 1.18.2, at the beginning of the installation process it tells that "LocalSettings.php not found." and after clicking next a blank white page appears. It tried to find LocalSettings.php on my server but no such file existed. what should I do?
From the MediaWiki website installation instructions:
This is an index of all supported configuration options based on the DefaultSettings.php file.
Never edit DefaultSettings.php; copy appropriate lines to LocalSettings.php instead and amend them as appropriate.
Create your own LocalSettings.php by copying DefaultSettings.php, and then go through and delete the stuff you don't need/want.

Where is Percona's my.cnf file? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I cannot find where the setting files my.cnf or my.ini are. I want to change some aspecte of the configuration.
I'm using Centos 6.
By default my.cnf is not created. You have to create it yourself.
see this
Percona does not come with a my.cnf file. You create it yourself, presumably to prevent people from blindly using default settings.
You should try checking /etc/mysql/my.cnf.

how do I use cygwin to rsync files? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
How do I do that? Instructions :)
Well, download cygwin, install all packages.
Download unison.
C:\cygwin\bin\unison-2.32.exe
-sshcmd=C:\cygwin\bin\ssh.exe /cygdrive/c/users/yourlogin/Desktop/somefolder/ ssh://server.domain.com///dir1/dir2/
-ignore 'Path */someOtherDir' -ignore 'Name someFile' -owner -group -terse
-batch