본문 바로가기
IT

phpmyadmin 업그레이드

by Oh.mogilalia 2024. 4. 6.

https://www.phpmyadmin.net/downloads/

config.inc.php
0.00MB

phpmyadmin 설정 파일 path = /var/www/html/dbmyadmin

Upgrading from an older version

Warning Never extract the new version over an existing installation of phpMyAdmin, always first remove the old files keeping just the configuration.
This way, you will not leave any old or outdated files in the directory, which can have severe security implications or can cause various breakages.

Simply copy config.inc.php from your previous installation into the newly unpacked one. Configuration files from old versions may require some tweaking as some options have been changed or removed. For compatibility with PHP 5.3 and later, remove a set_magic_quotes_runtime(0); statement that you might find near the end of your configuration file.

The complete upgrade can be performed in a few simple steps:

1. Download the latest phpMyAdmin version from <https://www.phpmyadmin.net/downloads/>.

2. Rename existing phpMyAdmin folder (for example to phpmyadmin-old).

3. Unpack freshly downloaded phpMyAdmin to the desired location (for example phpmyadmin).

4. Copy config.inc.php` from old location (phpmyadmin-old) to the new one (phpmyadmin).

5. Test that everything works properly.

6. Remove backup of a previous version (phpmyadmin-old).

If you have upgraded your MySQL server from a version previous to 4.1.2 to version 5.x or newer and if you use the phpMyAdmin configuration storage, you should run the SQL script found in sql/upgrade_tables_mysql_4_1_2+.sql.

If you have upgraded your phpMyAdmin to 4.3.0 or newer from 2.5.0 or newer (<= 4.2.x) and if you use the phpMyAdmin configuration storage, you should run the SQL script found in sql/upgrade_column_info_4_3_0+.sql.

Do not forget to clear the browser cache and to empty the old session by logging out and logging in again.

이전 버전에서 업그레이드

경고 기존 phpMyAdmin 설치 위에 새 버전을 추출하지 마십시오. 항상 구성만 유지하면서 이전 파일을 먼저 제거하십시오.
이렇게 하면 보안에 심각한 영향을 미치거나 다양한 손상을 일으킬 수 있는 오래되거나 오래된 파일을 디렉터리에 남겨 두지 않게 됩니다.

이전 설치에서 새로 압축을 푼 config.inc.php를 복사하기만 하면 됩니다. 일부 옵션이 변경되거나 제거되었으므로 이전 버전의 구성 파일에 약간의 조정이 필요할 수 있습니다. PHP 5.3 이상과의 호환성을 위해 set_magic_quotes_runtime(0)을 제거하세요. 구성 파일의 끝 부분에서 찾을 수 있는 설명입니다.

전체 업그레이드는 몇 가지 간단한 단계로 수행할 수 있습니다.

1. <https://www.phpmyadmin.net/downloads/>에서 최신 phpMyAdmin 버전을 다운로드합니다.

2. 기존 phpMyAdmin 폴더의 이름을 바꿉니다(예: phpmyadmin-old).

3. 새로 다운로드한 phpMyAdmin을 원하는 위치(예: phpmyadmin)에 압축을 풉니다.

4. config.inc.php`를 이전 위치(phpmyadmin-old)에서 새 위치(phpmyadmin)로 복사합니다.

5. 모든 것이 제대로 작동하는지 테스트합니다.

6. 이전 버전(phpmyadmin-old)의 백업을 제거합니다.

MySQL 서버를 4.1.2 이전 버전에서 5.x 이상 버전으로 업그레이드하고 phpMyAdmin 구성 저장소를 사용하는 경우 sql/upgrade_tables_mysql_4_1_2+.sql에 있는 SQL 스크립트를 실행해야 합니다.

phpMyAdmin을 2.5.0 이상(<= 4.2.x)에서 4.3.0 이상으로 업그레이드하고 phpMyAdmin 구성 저장소를 사용하는 경우 sql/upgrade_column_info_4_3_0+.sql에 있는 SQL 스크립트를 실행해야 합니다.

브라우저 캐시를 지우고 로그아웃했다가 다시 로그인하여 이전 세션을 비우는 것을 잊지 마십시오.

'IT' 카테고리의 다른 글

워드프레스 업로드 권한이 없다?  (0) 2024.04.06
wordpress 이전할 때  (0) 2024.04.06
Letsencrypt  (0) 2024.04.05
서버 이전 방법  (0) 2024.04.05
odroid-M1  (0) 2024.04.05