| How do I create a MySQL user with cPanel ARTICLE # 89 ADDED ON 24th Apr,2006 URL /home/jcnetwor/public_html/faq/faq_qanda.htm?id=89 |
Creating a MySQL userOverviewYou need to create a MySQL user before that user is able to use the database. This does not automatically allow the user to use a database - you need to grant that user permission to the specific database first. Refer to Grant a user's permissions to a MySQL database for more information. Steps1 To access the MySQL Account Maintenance Menu, click on the 2 Enter the name of the new user in the blank field next to UserName: 3 Enter the password for the new user in the blank field next to Password: 4 Click on Add User to create the new user. TroubleshootingCreating a user does not automatically allow the user to use a database - you need to grant that user permission to the specific database first. Refer to Grant a user's permissions to a MySQL database for more information. |