Sometimes there are more than one WordPress installation is necessary, but your host might have limited MySQL Database allowance. Well the solution to that problem is having multiple WordPress installation in one database.
You must install WordPress manually in order for this to work. Most one click programs like Fantastic would not let you choose the prefix.
During the installation in your config.php phase, you want to change the prefix “wp_” in order to allow multiple installation. So it can be wpchris_ and the next one can be wpben_ you can use different prefix and use them to create as many installation as you need.
That is all you really need to do. This is also a security measure that you can take even if you don’t have to install multiple installation. By having a prefix, you are making the hacker work more to find out what is the SQL Address before he can hack.
'WEB > WP(WordPress)' 카테고리의 다른 글
The .htaccess is the fastest redirect, so why not enable it by default? (0) | 2020.03.20 |
---|---|
301 Redirect All WordPress Tags to Home (0) | 2020.01.30 |
The 6 Best WordPress Image Optimization Plugins Compared (0) | 2019.10.25 |
[WP Troubleshooting] Errors and other issues to solve (0) | 2019.09.10 |
워드프레스 특성이미지: 공유된 링크의 썸네일 갱신방법(페이스북,트위터, 카카오톡등의 SNS 스크랩) (0) | 2019.08.27 |