NAS 3rd Party
How to create user and database using phpMyAdmin - Printable Version

+- NAS 3rd Party (https://pirinel.ro)
+-- Forum: Thecus NAS (https://pirinel.ro/forumdisplay.php?fid=1)
+--- Forum: Tutorials (https://pirinel.ro/forumdisplay.php?fid=4)
+--- Thread: How to create user and database using phpMyAdmin (/showthread.php?tid=140)



How to create user and database using phpMyAdmin - outkastm - 07-10-2017

This tutorial will show how to create an user with associated database, which is needed for some modules.

This presume you have already installed the module MariaDB or MySQL with phpMyAdmin, and we choose as example mydatabase name for user and database.

Navigate to the following address http://YOURNASIP:52000, and login to phpMyAdmin

[Image: image.png]

Then go to User accounts tab and select Add user account

[Image: image.png]

Choose mydatabase for username, type and confirm the password, and check the box next to Create database with same name...

[Image: image.png]

Scroll down on the page and click OK

[Image: image.png]

You user and database was created

[Image: image.png]

To check the database has the correct privileges for user database, go to Privileges tab and select mydatabase on the left. 

[Image: image.png]


RE: How to create user and database using phpMyAdmin - seonghwa yang - 10-02-2019

i'm sorry that iamges are x


RE: How to create user and database using phpMyAdmin - outkastm - 10-02-2019

ok now


RE: How to create user and database using phpMyAdmin - seonghwa yang - 11-02-2019

(10-02-2019, 05:57 PM)outkastm Wrote: ok now

thank you very much