Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
TetraWiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Kloxo large database upload workaround
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
[[category:Mobilepedia]] [[category:KLOXO]] '''ISSUE''':- There is an Issue with Kloxo that it hangs/freezes whenever client uploads File larger than 100mb . '''Resolution''' :- As there is limition with kloxo , we are going to edit phpMyAdmin configuration . Step 1 :- Let us first go to configuration directory of PhpMyAdmin '''cd /usr/local/lxlabs/kloxo/httpdocs/thirdparty/phpMyAdmin''' Step 2 :- now we have configuration file inside this location '''config.inc.php''' open this file with and look for these parameters :- $cfg['UploadDir'] = ''; $cfg['SaveDir'] = ''; Now we have to change the path for UploadDir and SaveDir //please note UploadDir will be used while Import and SaveDir will be used while Export // Let us take one example of configuration done for 107.167.181.187 server , here username for FTP user is iwmp_mobi with home directory /home/iwmp_mobi/ $cfg['UploadDir'] = '/home/iwmp_mobi/'; $cfg['SaveDir'] = '/home/iwmp_mobi/'; After doing this entry save the file and restart httpd . This will enable PhpMyAdmin to Look inside /home/iwmp_mobi for .sql files while Import . while importing we just have to select "Select from the web server upload directory " [[Image:import_kloxo.png]] Client is Using Core-FTP to transfer database file directly to /home/iwmp_mobi/ directory .
Summary:
Please note that all contributions to TetraWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
TetraWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)