Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - kavirajan

Pages: [1]
1
Apache / php_flag perhaps misspelled or defined by a module
« on: November 18, 2015, 01:16:32 PM »
Hi,

I have setup webserver using CWP and moved magento files from old server to new CWP sever. Getting this error.





While checking error.log I'm getting this error.




How to fix the error globally for all accounts.

2
MySQL / Re: Mysql change root password
« on: November 18, 2015, 01:07:46 PM »
Thanks a lot sucessfully changed Igor S :) :) :)

3
MySQL / Phpmyadmin unable to import 40MB file
« on: November 18, 2015, 07:45:29 AM »
Hi Team,

I have tried to upload 40Mb mysql file. While import I am getting error to increase maximum upload file size. So I tried the below steps.

1. nano /usr/local/php/php.ini
Code: [Select]
post_max_size = 8M
upload_max_filesize = 2M
max_execution_time = 30
max_input_time = 60
memory_limit = 8M
Change to:

post_max_size = 750M
upload_max_filesize = 750M
max_execution_time = 300
max_input_time = 540
memory_limit = 1000M

2. Open /usr/local/apache/htdocs/phpMyAdmin/libraries/config.default.php

Code: [Select]
* DO NOT EDIT THIS FILE, EDIT config.inc.php INSTEAD !!!
 *
 * phpMyAdmin default configuration, you can copy values from here to your
 * config.inc.php

3. So I have copied the config.default.php file to config.inc.php and edited the config.inc.php

Code: [Select]
$cfg['ExecTimeLimit'] = 0;
4. Restarted the Apache httpd service.

But still I am getting error. Please find the Images below for errors.




4
MySQL / Mysql change root password
« on: November 17, 2015, 12:26:18 PM »
Hi Team,

Just Now installed CWP and working charm. But I need to set the Mysql password from my end. If we run this command
Code: [Select]
sh /scripts/mysql_pwd_reset password set randomly.

But I need to set password my end. can anyone help me.

Pages: [1]