Articles Comments

{ Berbagi, Menulis, Dan Mengajar } Ilmu… » 7. Operating System » Cara Setting Database MariaDB Pengganti MYSQL

Cara Setting Database MariaDB Pengganti MYSQL

1. mysql -u root -p
2. CREATE USER 'farras'@'localhost' IDENTIFIED BY 'RA56i7';
3. GRANT ALL PRIVILEGES ON db_nya.* TO 'farras'@'localhost';
 ------
QUERY UNTUK MEMBUAT USER SETINGKAT ROOT 

GRANT ALL PRIVILEGES ON *.* TO 'farras'@'localhost' WITH GRANT OPTION;

Filed under: 7. Operating System

Leave a Reply

*

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>