thank you so muchdarren wrote:
>
> what you need to do is create a user for the database to use
>
> run mysql from command prompt on the e-smith server
>
> by
>
> mysql mysql
>
> GRANT ALL PRIVILEGES ON *.* TO "Username" IDENTIFIED BY
> 'apassword' WITH GRANT OPTION;
>
> then
>
> INSERT INTO db VALUES('localhost' , 'Databasename',
> 'Username', 'y', 'y', 'y', 'y', 'y', 'y', 'y', 'y', 'y', 'y')
>
>
> flush privileges;
> flush tables;
>
> then thats it you have just created a new database user
>
> to make life easier create a user for personal use where the
> localhost put your win machine's ip address
> then download and install mysqlfront a very easy prog for mysql
>
>
www.mysqlfront.de>
> this prog allows you to create new users among other things
> any questions just ask