View Full Version : creare utenti in mysql
carlainz
11-01-2006, 12:23
qualcuno sa dirmi come creare gli utenti di mysql?
grazie :)
et voilą: MySQL 5.1 Reference Manual :: 13.5.1 Account Management Statements (http://dev.mysql.com/doc/refman/5.1/en/account-management-sql.html) :read:
'iao
connettiti come root al database mysql e poi (per creare un amministratore che puo' fare tutto):
GRANT ALL PRIVILEGES ON *.* TO 'tuoutente'@'localhost' IDENTIFIED BY 'password' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON *.* TO 'tuoutente'@'%' IDENTIFIED BY 'password' WITH GRANT OPTION;
se vuoi creare utenti con meno privilegi guardati la sintassi di GRANT
la procedura sopra č per mysql 4, per il 5 guarda il link postato sopra
vBulletin® v3.6.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.