Mega Code Archive
Categories
/
MySQL
/
User Permission
Give the SQL user BOOKSQL the privileges to create and manipulate tables
GRANT ALL PRIVILEGES ON *.* TO 'BOOKSQL'@'localhost' WITH GRANT OPTION