Viewing 5 replies - 16 through 20 (of 20 total)
  • Thread Starter ptzoie

    (@ptzoie)

    Indeed, what should i put in this “define( ‘BBDB_NAME’, ” )”?
    And should i only put those username, password, host name in ”?

    you keep those words look.

    define( 'BBDB_NAME', 'ADD HERE' );
    
    /** MySQL database username */
    define( 'BBDB_USER', 'ADD HERE' );
    
    /** MySQL database password */
    define( 'BBDB_PASSWORD', 'ADD HERE' );
    
    /** MySQL hostname */
    define( 'BBDB_HOST', 'ADD HERE' );

    only replace “Add Here” with your actually stuff! Keep everything else the same!

    Thread Starter ptzoie

    (@ptzoie)

    what should i put in this “define( ‘BBDB_NAME’, ” )”?

    Thread Starter ptzoie

    (@ptzoie)

    And MySQL database= FTP/cPanel ?

    In your cPanel, you create a database name, database username, and database password. You just enter in all those. And the last one will be “localhost”. You should already have these done if you were using wordpress already. You can’t run it without filling these in…

    Look at the example:

    define( 'BBDB_NAME', 'NAME_WP' );
    
    /** MySQL database username */
    define( 'BBDB_USER', 'NAME_ADMIN' );
    
    /** MySQL database password */
    define( 'BBDB_PASSWORD', 'adminpowers' );
    
    /** MySQL hostname */
    define( 'BBDB_HOST', 'localhost' );
Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Help! Urgent!! careless delete the www file in ftp..’ is closed to new replies.