>Description:
<# ./scripts/mysql_install_db
Preparing db table
Preparing host table
Preparing user table
Preparing func table
Preparing tables_priv table
Preparing columns_priv table
Installing all prepared tables
./scripts/mysql_install_db[292]: 16797 Memory fault(coredump)
Installati
Hi !!!
I'm new in this ml.
I've installed MySQL on my linux box follow the
instruction ... I have :
create user mysql
create group mysql
compiled mysql
exec the script install_db
changed permission
etc ...
all this operation are doing by root user.
I can connect to the db 'test' without problem
ppear me the prompt
> 'mysql>' insert the command
> 'CREATE DATABASE pippo;' the result is
>
> ERROR 1044: Access denied for user: '@localhost' to
> database 'pippo'
>
> This problem exist using all user on the system
> (root inc