Gibdo
Joined: 05 May 2006
Posts: 3
|
| Posted: Tue May 23, 2006 5:26 pm Post subject: Installing ExponentCMS and creating the database |
|
|
I'm trying to install exponent CMS to see if I like it. I create the database, and use the MySQL statement it gives me, but it gives me an error 1064
Here is the code
Code: GRANT SELECT , INSERT , UPDATE , DELETE , CREATE , ALTER , INDEX , DROP TO admin IDENTIFIED BY 'password' ; |
|