Connect the mysql server with credentials
mysql -u username -p
Enter the password
Choose the database and run the command.
use yourdatabase;
Run the query
SELECT option_value FROM yourdatabase.wp_options WHERE option_name = ‘db_version’;
Connect the mysql server with credentials
mysql -u username -p
Enter the password
Choose the database and run the command.
use yourdatabase;
Run the query
SELECT option_value FROM yourdatabase.wp_options WHERE option_name = ‘db_version’;