Change the WordPress site URL using MySQL command line

Solution: Use the command line to make short work of the task. $ mysqlmysql > use database_name;mysql > show tables; You will see something like this: +————+————+————+—————+—————+| Tables_in_database |+————+————+————+—————+—————+| wp_commentmeta || wp_comments || wp_links ||…