Error with OXID CE 4.5 beta

When i setting up the newest version of OXID CE 4.5 beta, it shows this error :

ERROR: Issue while inserting this SQL statements: ( CREATE OR REPLACE VIEW oxv_oxarticles AS SELECT oxarticles.* FROM oxarticles; ): CREATE VIEW command denied to user ‘win10004_wingsai’@‘localhost’ for table ‘oxv_oxarticles’

How can i solve this problem?

Thanks

Hi,

looks like your provider (in your case your local mysql installation) doesn’t grant access to establishing mysql views. I reckon this will go to the system requirements.
What kind of “localhost” do you use?

Regards

you need to grant the right “CREATE VIEW” to your user ‘win10004_wingsai’ - normally in phpMyAdmin no problem to add this specific right to users