Skip to content

MySQL on OVH

Nazim Boudeffa edited this page Oct 28, 2021 · 3 revisions

After installation try

sudo mysql -u root -p tape the password sent from OVH

GRANT ALL PRIVILEGES ON *.* TO 'phpmyadmin'@'localhost';
FLUSH PRIVILEGES;
QUIT

Now phpmyadmin user has an access to create a database

Clone this wiki locally