Hi my OS is fedora core 1 with mysql 3.23.58
I've done the admin pass etc via the linux command line.
what i'm try to do is add a new user with its own database.
If been trying this , but it seem to change the admin pass.
Quote:
grant select, insert, update, delete, create, drop
on database_name.*
to new_user identified by 'pass-word';
|
any one help me out please.
TT