• iyem Polat

    (@iyem-polat)


    Hi,

    Configurations:

    + Cpanel 11 (56.0.14) – Mysql – phpMyadmin 4.0.10.14 – libmysql 5.1.73 – Localhost via UNIX socket –

    My english is not good but I ll tell my problems with some words.

    – I have a problem about my database, some lamers hacked me and they down my page. They change my index.php and wp-config.php files. When I saw this pages, I changed the wp-config php with correct values. I changed database user password and upload to wp-config.php to my ftp.

    – When I open the site I saw Wp installation screen.

    – After installation screen i can not see any post or page in my site. Just clear wordpress.

    – When i control my database, tables in phpmyadmin i can see all posts, images and others.

    Please help me.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Check that you have the database prefix correct in your wp-config.php file.

    Thread Starter iyem Polat

    (@iyem-polat)

    define(‘DB_NAME’,
    define(‘DB_USER’,
    define(‘DB_PASSWORD’,
    define(‘DB_HOST’,
    define(‘DB_CHARSET’,

    all of them are true values in wp-config

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    check $table_prefix against what you see in the database itself.

    Look for this section of the config file

    /**
     * WordPress Database Table prefix.
     *
     * You can have multiple installations in one database if you give each a unique
     * prefix. Only numbers, letters, and underscores please!
     */
    $table_prefix  = 'something';
    Thread Starter iyem Polat

    (@iyem-polat)

    THANK YOU SO MUCH ! I SOLVED MY PROBLEM

    Best regards 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Database problem’ is closed to new replies.