Results 1 to 6 of 6

Thread: Granting mysql privleges in phpmyadmin

  1. #1
    Join Date
    Apr 2009
    Posts
    79

    Granting mysql privleges in phpmyadmin

    I have installed Apache server Version 2.2 on my machine running windows xp. I have installed smf forum, created some databases. I want to know the procedure to grant privileges in mysql. Do i need to grant permission through phpadmin?

  2. #2
    Join Date
    May 2008
    Posts
    2,297

    Re: Granting mysql privleges in phpmyadmin

    PHPMyAdmin can do this because the permissions are stored in a database called mysql. Managing databases, tables, fields, relations, indexes, users, permissions are the major job of phphadmin. phpMyAdmin handles the administration of one or more MySQL servers over the web.You may not have permission to this if you are on a virtual server. PhpMyAdmin supports a wide range of operations with MySQL.

  3. #3
    Join Date
    Jan 2009
    Posts
    199

    Re: Granting mysql privleges in phpmyadmin

    MySQL privileges allow each of the users to access and utilize only the areas they need to perform their tasks.The tables of mysql database called grant tables are used to configure all aspects of user access privileges. This prevents a user from accidentally accessing an area where he or she should not have access this adds to the security of the MySQL server.

  4. #4
    Join Date
    Dec 2008
    Posts
    177

    Re: Granting mysql privleges in phpmyadmin

    If you are in a shared hosting environment, you most likely do no have access to issue GRANT statements or modify the SQL user in any way at all... When you connect to a MySQL server, the host from which you connect and the user name you specify determines your identity. With this information, the server then grants privileges based upon this identity.

  5. #5
    Join Date
    Feb 2008
    Posts
    1,852

    Re: Granting mysql privleges in phpmyadmin

    The MySQL database software offers both administrators and users a great amount of control options, GRANT ALL PRIVILEGES ON `test1db\_%` . * TO 'test'@'localhost';This will grant all privileges a user called test on localhost for all databases beginning with test1db.

  6. #6
    Join Date
    Jan 2008
    Posts
    1,521

    Re: Granting mysql privleges in phpmyadmin

    The GRANT statement gives you the power to enable all, or a selection of, user privileges for a database or for a specific table.when you modify the grant tables directly, you must tell the server to reload them with FLUSH PRIVILEGES so that the privilege changes take effect. In order to GRANT privileges, first you need to log in to the MySQL server using an SSH client.

Similar Threads

  1. Granting and revoking privileges on the object
    By Cayden in forum Software Development
    Replies: 5
    Last Post: 23-02-2010, 10:10 PM
  2. Granting privileges to New database user
    By Ainsley in forum Software Development
    Replies: 4
    Last Post: 06-02-2010, 05:38 PM
  3. Replies: 3
    Last Post: 07-11-2009, 09:36 PM
  4. Mysql Query browser vs phpmyadmin
    By Antarjot in forum Software Development
    Replies: 5
    Last Post: 04-11-2009, 12:30 PM
  5. Granting Execute Permission on Scheduled Tasks
    By Sanjay Pais in forum Windows Server Help
    Replies: 2
    Last Post: 31-01-2008, 03:21 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,943,056.86456 seconds with 16 queries