Skip to content

Instantly share code, notes, and snippets.

@tomkooij
Created May 25, 2020 09:37
Show Gist options
  • Save tomkooij/265847c57a390337f033d7265abd1663 to your computer and use it in GitHub Desktop.
Save tomkooij/265847c57a390337f033d7265abd1663 to your computer and use it in GitHub Desktop.
sudo mysql
show databases;
use wp_hisparc;
Info checken:
show tables;
select * from his_usermeta where user_id=487;
Username updaten:
update his_usermeta set meta_value="hisparc487" where user_id=487 and meta_key="jupyiter_username";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment