Category: wordpress

Add a wordpress user through mySQL 0

Add a wordpress user through mySQL

Add an administrator username through SQL only There are three insertions to do : One row in wp_users Two rows in wp_usermeta INSERT INTO `mcera850_bleue`.`wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`,...