Advertisement
Guest User

Untitled

a guest
May 13th, 2017
577
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. user = xxxxxxxxxx
  2. password = xxxx
  3. dbname = mail
  4. query = SELECT CONCAT(SUBSTRING_INDEX(email,'@',-1),'/',SUBSTRING_INDEX(email,'@',1),'/') FROM users WHERE email='%s'
  5. hosts = localhost
  6.  
  7. mysql> select * from users;
  8. +-------------+---------------+
  9. | email | password |
  10. +-------------+---------------+
  11. | me@oxez.net | orX1YeXjiuYMA |
  12. +-------------+---------------+
  13. 1 row in set (0.00 sec)
  14.  
  15. mysql> select * from domains;
  16. +----------+
  17. | domain |
  18. +----------+
  19. | oxez.net |
  20. +----------+
  21. 1 row in set (0.00 sec)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement