TransWikia.com

Can I have multiple database users within WordPress?

WordPress Development Asked by Shady M Rasmy on January 6, 2022

I want to use more than one database user to overcome the 7500 query database limit. How can I do that using wp-config.php?

I want all the users to have the same password.

One Answer

Just set a random user in your wp-config.php for each request:

$db_users = array(
    'user_1',
    'user_2',
    'user_3',
);

define( 'DB_USER', $db_users[ array_rand( $db_users ) ] );

Answered by TheDeadMedic on January 6, 2022

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP