create password mysql xampp code example Example: set mysql password xampp SET PASSWORD FOR 'root'@'localhost' = PASSWORD('pass'); FLUSH PRIVILEGES;