Plesk 12.x / Linux :: Using Standalone Phpmyadmin

Apr 9, 2015

Recently i installed the latest Multiple PHP functionality for Plesk and assigned PHP version 5.6 to a subdomain (for example demo.mywebsite.com) and i installed a Wordpress. So i thought i would try something out by installing a custom standalone version of phpmyadmin (version 4.4.1.1) and when i load the setup i ran into the following issue on the index.php page:

Code:
Warning in ./libraries/session.inc.php#101
session_start(): open(/var/lib/php/sessions/sess_dubv0rqju6bejfplkgcsl98qsonviukg, O_RDWR) failed: No such file or directory (2)
Backtrace
./libraries/session.inc.php#101: session_start()
./libraries/common.inc.php#352: require(./libraries/session.inc.php)
./phpinfo.php#12: require_once(./libraries/common.inc.php)
note 1. Due to privacy i have called domain 'demo.mywesite.com' and subfolder 'root'

[code]....

View 5 Replies


ADVERTISEMENT

Plesk 11.x / Linux :: Country List In PHPMyAdmin

Jan 22, 2015

Where I can get full country list ? I need it to my new site and there missing lot of country in the list. I have 109 country but world have more ....

List must be like this:

(1, 'af', 'Afghanistan'),
(2, 'dz', 'Algeria'),
(3, 'ar', 'Argentina'),
(4, 'au', 'Australia'),

Have search on internet but not find good sites!

View 2 Replies View Related

Plesk 12.x / Linux :: Restore Backup Via PHPMyAdmin

Dec 6, 2014

I made a backup of my website with plesk backup manager on an external FTP, now I want to restore this backup on a new server which isn't using plesk, for test purposes. I've downloaded the backup (which is in .tar) on my PC, and extracted all files firstly from the general .tar archive, then the user_data from .tgz. Then to extract all the databases (they were in a folder "databases" after I've extracted the general .tar file), I extracted them from database_name_145536536.tgz, then from database_name_145536536.tar, so that now I've a series of "database_name_145536536" files. (145536536 are some example numbers).

I'm interested in restoring both files and mysql databases.

To restore the files, I can simply use the extracted files from the user_data archive.

To restore the mysql databases, I tried to do "mysql -p -u username database_name < file" and everything seemed to work fine.

Is this process ok? Is it 100% safe and sure or I could face some bugs?

View 8 Replies View Related

Plesk 12.x / Linux :: PHPMyAdmin Permissions Change

Jan 28, 2015

CentOS 6.6
Plesk 12.0.18
64-bit

At some point, not sure when, PHPMyAdmin's (as accessed through the admin panel by clicking on a customer, manage hosting, databases, etc) permissions have changed such that I cannot view, edit or add MySQL routines/procedures. This appears to have occurred system-wide, though I have not checked every database on the server.

Is there a fix to get the permissions set so that I can make these changes again?

View 3 Replies View Related

Plesk 12.x / Linux :: PHPMyAdmin Database Upload

Jul 2, 2015

We are having an issue upload a 300mb mysql database to phpmyadmin.. With direct mysql file, t stops and only copies a few tables, stating to reupload to continue (which it doesn't and states that there are pre-existing tables). With zip file, it does the same.. at one point at 504 error occurred.

View 4 Replies View Related

Plesk 11.x / Linux :: Can't Access PhpMyAdmin From Direct Link

Jan 3, 2015

Plesk: 12.0.18
phpMyAdmin: 4.2.5

When I try to access phpMyAdmin directly from the link: [URL] ....

I get the following error:

Welcome to phpMyAdmin

You probably did not create a configuration file. You might want to use the setup script to create one.

Error

MySQL said: Documentation
Cannot connect: invalid settings.
Retry to connectClick to expand...

View 3 Replies View Related

Plesk 12.x / Linux :: PhpMyAdmin Running On Nginx But It Is Not Installed

Jan 3, 2015

i've uninstalled nginx and php-fm from plesk panel.but phpmyadmin info still showing it is running on nginx 1.6 and while uploading sql file i'm getting 503 gateway error.

View 3 Replies View Related

Plesk 12.x / Linux :: PhpMyAdmin Incorrect Web Server Information

Sep 9, 2014

I deleted Nginx web server and reverse proxy support from Plesk. There is no this service on server, but I still see on the web server informations like nginx/1.6.0 at phpmyadmin page.

View 6 Replies View Related

Plesk 12.x / Linux :: Importing Large Database To Phpmyadmin?

Feb 9, 2015

I'm on a VPS with Ubuntu 14.04 and Plesk 12 Web Admin Edition. I can't import a large (20 MB zipped) database dump to phpmyadmin because there is a 2MB file size limit. I suppose I have to change the server-wide PHP configuration (if I change the PHP settings for the domain nothing happens). Is there a way to change the global PHP settings via the Plesk panel?

View 2 Replies View Related

Plesk 12.x / Linux :: PhpMyAdmin Cannot Connect - Config File Missing

Mar 8, 2015

I installed Plesk on a VPS running on Ubuntu 14.04. When I try to open phpMyAdmin the following error message appears:

You probably did not create a configuration file. You might want to use the setup script to create one.

Error

MySQL said: cannot connect: invalid settings.

When I try to click on the setup script link another error message pops up:

Error in Processing Request
Error code: 404
Error text: Not Found

What do I have to do to make phpMyAdmin work?

View 1 Replies View Related

Plesk 12.x / Linux :: Error 505 Bad Gateway - When Importing SQL Dump Via PHPMyAdmin

May 26, 2015

under Plesk 12.0.18 PHPMyAdmin is failing to import a 3 MB SQL dump of a simple Joomla website. "Error 505 Bad Gateway", it says.It happens with other dumps too, some as small as ~500 KB. The format (SQL or ZIP) of the file uploaded doesn't seem to matter, because the upload itself seems to work; it seems it's the post-processing what is raising the error.

The funny thing is that the import itself seems to work (the contents of the SQL dump are imported), but the error message appears and causes confusion and support requests from our clients./var/log/sw-cp-server/error_log says:

2015/05/15 03:19:31 [error] 10215#0: *5 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: XX.XX. XXX. XXX, server: , request: "POST /domains/databases/phpMyAdmin/import.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/sw-engine.sock:", host: "xxxx. xxxxxxx.com:8443", referrer: URL.....To me it sounds like a timeout.

This seems to be a "popular" error among Plesk users, and I have tried this, this and this with no luck.

View 1 Replies View Related

Plesk 11.x / Linux :: Mysql 1045 Access Denied With PhpMyAdmin

Nov 2, 2014

One of my users is unable to connect to his database using phpMyAdmin. The query is:

LOAD DATA INFILE '/tmp/phpYXZFfZ' INTO TABLE `count` FIELDS TERMINATED BY ';' ENCLOSED BY '"' ESCAPED BY '' LINES TERMINATED BY '

And mysql reports:

#1045 - Access denied for user '<USERNAME>'@'%' (using password: YES)

The funny part is that I can connect without any problems from a shell like this:

mysql -u <USERNAME> -p<PASSWORD> -D <DATABASE_NAME>.

This server has been recently migrated from plesk9 to plesk11.5, running on a centos6 OS.

View 1 Replies View Related

Plesk 12.x / Linux :: Phpmyadmin - All Users (subscriptions) Has Access To All Databases

Sep 19, 2014

today we notice that all subscriptions on Plesk when we access phpmyadmin has access to all databases,it was a Plesk update that can be done this ?

I don't remember to update anything during this days to this happen.

View 1 Replies View Related

Plesk 12.x / Linux :: Can't Increase Phpmyadmin Max Upload / Import File Size

Jan 2, 2015

I'm running Plesk 12. I install it today, using the ISO which parallels provides, which includes centos 6.5 and preinstalled Plesk 12 in my vps. Then I logged in plesk, and I did everything it wants. Then I upgraded my php, to php 5.4.36 according to the manual that Paralells provides, and then I tried to increase the max upload file size for phpmyadmin. I have edited my /usr/local/psa/admin/conf/php.ini file and tried to restart using with 3 different ways using terminal:

1st: service sw-cp-server restart
2st: /etc/init.d/psa stop
/etc/init.d/psa start
3st: reboot (which rebooted all the vps)

My php.ini file is:

short_open_tag = On
y2k_compliance = Off
output_buffering = Off
max_execution_time = 600
max_input_time = 600
memory_limit = 256M
max_file_uploads = 99999
max_input_vars = 2000

[Code] ....

However, when I'm trying to import a 31mb sql file, I always get that error, and only some of my tables are being imported:

#1153 - Got a packet bigger than 'max_allowed_packet' bytes

View 2 Replies View Related

Plesk 11.x / Linux :: PhpMyAdmin Gives 500 Error Or Saves File To Disk At Login

May 27, 2014

I am runing ubuntu server 64bit with plesk v.11.5.30, phpmyadmin v.4:3.4.10.1-1.

When i try to acces phpmyadmin from : myserverIP/phpmyadmin - it gives me 500 error.

When I try to acces phpmyadmin from: mydomainserver/phpmyadmin - it saves file at login into the disk instead login. I was going through different threads on the web to solve that problem but no success at all.

I have real basic knowledge about webservers, phpmyadmin and mysql server. I am runing my first cloud server just few days.

There is no possibility to access preconfigured phpmyadmin from plesk according that thread: link So what for do I need plesk?

View 5 Replies View Related

Plesk 12.x / Linux :: Updating Database Name Of WordPress Installation Through Phpmyadmin Panel

Jan 21, 2015

I found out a easy way to update the Database name of a WP installation through phpmyadmin panel, However I can't seem to update or refresh the Parallels WP Settings with correct information. Is this a bug?

This is how to reproduce:

From phpMyAdmin select the database you want to select, in the tabs there's one called Operations, Go to the rename section.

Update the user privileges to the new Database name and remove the old privileges (save)
Then manually update the wp-config file which contains the 'Database name' (save)
Then goto Parallels Plesk > Websites & Domains> WordPress Installations > Change Settings

Here you should notice the Change Settings for the WordPress Installation still contains the old Database name.

Is there any way of updating this?

View 12 Replies View Related

Php5 Standalone Hosting

Jan 25, 2007

My friend has a problem with his php5 script and he needs php5 standalone hosting server. Anyone can suggest a good provider?

View 2 Replies View Related

Compiling Static Standalone PHP Binary

Jun 22, 2007

I am using the following configure command in hope to generate a PHP binary which is totally independent, standalone and can be moved to other systems without caring for dependencies:

./configure --enable-fastcgi --enable-force-cgi-redirect --enable-discard-path --prefix=/server/php --exec-prefix=/server/php --with-config-file-path=/server/php --disable-all --enable-shared=no --enable-static=yes --enable-session --with-gd --with-zlib-dir --with-freetype-dir --enable-sockets

But when I try to run the generated binary on another system which doesn't have freetype etc installed, I get the following error:

error while loading shared libraries: libfreetype.so.6

View 1 Replies View Related

Multi-sites On Standalone Server

Apr 24, 2007

I have a local server who has only 1 IP. I would like to ask how to setup multiple site by using different ports. eg: site1:8080 ; site2:8081 ; site3:8083 , etc.

View 3 Replies View Related

Standalone Mail Servers For Cpanel

Jul 28, 2007

I have a couple cpanel servers and am interested in setting up new server (without cpanel) that I would use as a mail server for all the other cpanel servers. This server would also interface with my mailfoundry anti-spam solution. Can someone point me to any tutorials/how-tos for setting up a standalone mail server that still works with email account creation, etc, aspects of cpanel?

View 9 Replies View Related

Phpmyadmin Configuration In Plesk

Jun 22, 2008

How can I configure the phpmyadmin in plesk to show databases?

because when my customers trying to access to phpmyadmin show access denied.

View 6 Replies View Related

Apache Standalone With Adobe HTTP Dynamic Streaming

Mar 1, 2013

I have been trying to install apache server on a windows pc which will deliver adobe HDS content. there is a specific tutorial for this in the adobe site, can be found here. I have been following it to the word, but when I try to start apache after asking it to load new modules (mod_f4fhttp), it returns me an error saying that the file is not readable/not found. I have installed the proper visual c++ libraries and also checked the permissions and spellings. This seems to be a common error with php modules in apache, but none of the solutions seems to work.

View 1 Replies View Related

Plesk 12.x / Windows :: Max File Upload In PHPMyAdmin

Jul 10, 2015

I'm change “upload_max_filesize” & “post_max_size” in php.in but when i wanna import sql show me>>>(Max: 2,048MiB)

View 1 Replies View Related

Plesk 11.x / Windows :: How To Enable Bzip2 Compression In Phpmyadmin

Jan 30, 2014

how to enable bzip2 compression in phpmyadmin.

View 5 Replies View Related

Plesk 12.x / Windows :: How To Import Phpmyadmin Database Backups

Mar 17, 2015

I expored my databse fom my old hoster and want to import it to my new Windows Server 2012 r2 vps Server but I can't find that option:

I found this link: URL....

my dashboard looks like this, it is missing the Backup Manager: Image: "dashboard.png"

View 4 Replies View Related

Plesk 11.x / Windows :: PhpMyAdmin Not Installed - Button Disabled In Panel

Sep 22, 2014

I'm on plesk 11.x on Windows.

There are a reason because phpmyadmin is not installed and the button in the panel WebAdmin is disabled ?

In plesk 11.5 for linux phpmyadmin is installed from default.

How to install it via plesk ?

View 2 Replies View Related

Phpmyadmin

Dec 3, 2008

i downloaded a copy of phpmyadmin and uploaded it to my hosting.. then i run mydomain.com/phpmyadmin/setup configured the server to my hosting IP address but it says i can't login using myusername@localhost do i need to do something on a cpanel mysql server to listen to the external phpmyadmin?

View 1 Replies View Related

PhpMyAdmin

Jan 15, 2007

I've only messed around in php/mysql stuff on occasion, so I'm still new to it.

When I access domain.com/phpmyadmin and log in, I see two things that I believe are preventing my stuff from connecting and working properly.

**Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.

**The mbstring PHP extension was not found and you seem to be using a multibyte charset.

Without the mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.

View 4 Replies View Related

PhpMyAdmin Not Showing Up

Jul 18, 2009

I've just did the following on Ubuntu Server 9.03:

Code:

sudo apt-get install mysql-server
sudo apt-get install apache2
sudo apt-get install php5
sudo apt-get install php5-mysql
sudo apt-get install phpmyadmin

But when I say [url]-- it cannot be found..

I tried [url]as well, It cannot be found either.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved