165
edits
Changes
From SME Server
→PART ONE:
'''!! During install, for security reasons:'''
1) Never use "admin" for admin user name, that is the first thing hackers try
2) For wordpress database, change default prefix(inside wp-config.php), which is "wp_" (change WP, leave the underscore, it will make tables easier to
read). Changing the table prefix to a random string makes it difficult if not impossible for a hacker to execute remote SQL
injection attacks.