From Fedora Project Wiki

No edit summary
Line 4: Line 4:
Check this out: [http://php.net/manual/en/configuration.file.per-user.php]. I think it should be better to use these instead of adding changing php.ini, don't you think?
Check this out: [http://php.net/manual/en/configuration.file.per-user.php]. I think it should be better to use these instead of adding changing php.ini, don't you think?
: Hm, interesting. Not sure if this would need to go in /usr/share/drupal then. Can you provide a correct procedural step for this? --[[User:Pfrields|pfrields]] 15:34, 21 June 2010 (UTC)
: Hm, interesting. Not sure if this would need to go in /usr/share/drupal then. Can you provide a correct procedural step for this? --[[User:Pfrields|pfrields]] 15:34, 21 June 2010 (UTC)
== Use mysql_secure installation ==
I replaced <code>mysqladmin -u root password $PASSWORD</code> by <code>mysql_secure_installation</code>. I think that for the first time setup it is better

Revision as of 21:11, 1 May 2014

Switch to use .user.ini instead of editing /etc/php.ini

Check this out: [1]. I think it should be better to use these instead of adding changing php.ini, don't you think?

Hm, interesting. Not sure if this would need to go in /usr/share/drupal then. Can you provide a correct procedural step for this? --pfrields 15:34, 21 June 2010 (UTC)

Use mysql_secure installation

I replaced mysqladmin -u root password $PASSWORD by mysql_secure_installation. I think that for the first time setup it is better