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

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.

Related

Can I use notepad++ to edit my.cnf [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
Can I use notepad++ to edit my.cnf , to tell the truth I don't much about mysql, but it seems that I have to optimize mysql, so thats all the reason. I am wary about pico, nano, as I don't know how to use them and the command lines.
Of course you can. This is the header of that file:
# The MySQL database server configuration file.
#
# You can copy this to one of:
# - "/etc/mysql/my.cnf" to set global options,
# - "~/.my.cnf" to set user-specific options.

mediawiki standard install did not generate a localsettings.php [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 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.

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.

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.

what is MySQL.txt file? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
i have a very big file
C:\Program Files\MySQL.txt
it is about 12.2 GB
what is this file? and should it be there?
because i could use such a space. :)
It is not a "standard" MySQL file, look inside maybe it is a backup dump left there. However i think you can delete it without breaking anything.
A MySQL log file holds all the transactions happening through MySQL.
As u mentioned its 12 GB I don't think so it will be easily handled by any software to read the contents inside it.You can delete it without affecting MySQL.