Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 8th, 2012  |  syntax: None  |  size: 0.19 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. SFTP authentication with credentials in Wordpress MySQL database?
  2. SELECT m.meta_value, u.user_login
  3. FROM wp_users AS u, wp_usermeta AS m
  4. WHERE m.user_id = u.ID AND m.meta_key = "user_apikey";