Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Mysql-CGI Security Question

by scorpio17 (Canon)
on Aug 04, 2011 at 18:24 UTC ( [id://918619]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    chown apache:apache config.ini
    chmod 600 config.ini
    
  2. or download this
    mysql -uroot -p
    
  3. or download this
    create database webstuff;
    grant all on webstuff.* to webuser@localhost identified by 'secret_pas
    +sword';
    
  4. or download this
    mysql -uwebuser -psecret_password webstuff
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://918619]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (2)
As of 2024-04-25 19:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found