Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the twentysixteen domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/softbeam/hobby/wp-includes/functions.php on line 6121
wordpress – Too good to be true

wordpress

Use MySQL to build a database:

mysql -u root -p

then follow the prompt

create database wordpress;

grant all privileges on wordpress.* to “username”@localhost identified by “password”;

flush privileges;

quit;

Want to delete an existing database:

drop database databasename;