browser icon
You are using an insecure version of your web browser. Please update your browser!
Using an outdated browser makes your computer unsafe. For a safer, faster, more enjoyable user experience, please update your browser today or try a newer browser.

Nambah user baru di mysql

Posted by on October 21, 2011

sekedar catatan pengingat saja, biar tidak lupa


CREATE USER 'website'@'10.11.12.13' IDENTIFIED BY 'inipasswordnya';
GRANT ALL PRIVILEGES ON *.* TO 'website'@'10.11.12.13' WITH GRANT OPTION;
FLUSH PRIVILEGES;

Leave a Reply

Your email address will not be published. Required fields are marked *


nine × = 81

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>