Add to Google

mysql infos

free web hosting
Open Discussion > Have your say > General Talk

mysql infos

j-s
hello...
what are the infos for the mysql databases ?
Like the host, is it localhost ? and the username ?

And what does setting up users for the databases in cpanel does ?

thanks in advance

Reply

j-s
ah okay... we set up our own users....? cool !!!

Reply

Tron
Try this - i made a small tutorial about databases. The host is localhost, yep

http://www.freenukehosting.com/forums/view...opic.php?t=7578

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Similar Topics

Keywords : mysql, infos

  1. Update Suggestions
    PHP and MySQL is outdated (2)
  2. MySQL Datatbase Problem
    (2)
    I have seen alot of questions on the forums about how to back-up your mysql databases since the free
    hosting is going down. Even though some of you have been able to access cpanel (i still can on my
    old free hosting, stoneddevilinc.vaio-hosting.com) and are thinking the databases have been deleted,
    they have not. If you have read around about whats been going on, you would know that the Apache
    server program on the vaio-hosting server is down right now. Admin has been trying to fix it with no
    luck. MySQL and many other things, like your actual site, are not working si....
  3. Mysql Backup
    (8)
    Now that we know that free hosting will be gone, is there anyway that we can backup out Mysql
    databases? Thanks....
  4. Lost my mySQL databases
    (1)
    All of a sudden, today when I opened my site, I found I had lost both my mySQL databases
    /ohmy.gif' border='0' style='vertical-align:middle' alt='ohmy.gif' /> How did that happen??....
  5. Can I use mySQL of an other site ??
    (1)
    I want to have 2 DB (1 for backup, it's in an other site) while i modify DB on my site, it's also
    modify in backup site ! Please help me as soon as possible.....
  6. Do the paid service customers here have the mysql problem?
    (3)
    I am curious because I may want to go for the pay service instead of the free. Help me decide here
    on this issue. Do the paid service customers here have the mysql problem?....
  7. Connect to MySQL failed?
    (2)
    Connect to MySQL (localhost,zero8_zero8) failed my site URL is http://zero8.vaio-hosting.com
    why?....
  8. HELP! MySQL Data base compleatly erased!!!
    (2)
    i went to my site to post a message saying I would be gone for about a week and the site was down,
    so I check on my MySQL data bases only it shows I have 0 Data bases :cry: :cry: :cry: :cry: :cry:
    :cry: Ironicaly enough I forgot for the first time EVER to back it up :cry: :cry: :cry: :cry:
    :cry: :cry: Luckly I've also had this problem on another host (though I had a back up) all that
    needed to happen whas the sql servers needed to be restarted is there any way possible to get them
    restarted? I tried also making a new DB but it wont work thats why I think they need t....
  9. Problem with MYSQL server
    (3)
    I have had this happen many times and i wanted to know a possible solution. Here is the error
    message: There seems to be a problem with the MySQL server, sorry for the inconvenience. We
    should be back shortly. the site URL is http://www.gtanation.vaio-hosting.com/ Thanks FNH
    for all of your help in the past though. (And that was serious, not sarcastically) Cody....
  10. Problem with the MySQL server
    (1)
    Hi, is this normal? im getting this message in my website, what's wrong? :? "There seems to be
    a problem with the MySQL server, sorry for the inconvenience. We should be back shortly." My
    website is http://www.ameba86.vaio-hosting.com Help Please!....
  11. MySQL down?
    (1)
    Is MySQL down? Or is it overloaded? I can't view it in cpanel either. Warning: mysql_connect():
    Too many connections ... I cannot connect to the database because: Too many connections....
  12. Why my MySql data base has ben deleted?
    (65)
    Why my MySql data base has ben deleted? seit: http://wiejski.vaio-hosting.com/index.php ....
  13. CPanel wrong infos ???
    (5)
    Hello... Here is a screenshot of my CPanel that tells me that I have Unlimited web space (instead of
    800mb) and 0.00mb of disk usage but I uploaded maybe for 5 to 10mb yesterday... What's the problem
    ? Here's the screenshot... Please could an account creator or an admin correct that ? I'll
    just PM my infos.......
  14. MySql Tool
    (0)
    What are the best Open Source MySql developer tools?....
  15. IPB Forum help on MySQL db
    (2)
    Im tryin to install an IPB forum in my cpanel and in mysql.php it has this, what should i put in the
    ""s? var $obj = array ( "sql_database" => "" ,
    "sql_user" => "root" , "sql_pass" => "" ,
    "sql_host" => "localhost", "sql_port" => ""
    , "persistent" => "0" , "sql_tbl_prefix"
    => "ibf_" , "cached_queries" => array(), ....
  16. what is MySQL?
    (6)
    What is MySQL? and how do I use it? and what is it used for? :?:....
  17. MYSQL Login Script
    (1)
    I have a script just to connect to a database but it leaves the connection open. But what i want to
    do is test to see if the server included it or if someone is visiting it. If someone is visiting
    it, it might mean there using my script to use my database. So how do i test to see if the server
    has included the script or if someone is visiting it?....
  18. php and mySQL
    (2)
    Could someone give me an example of a php tutorial site? And could someone give me an example of
    mySQL tut site?....
  19. MySQL Error 1046
    (0)
    Anyone know how to get rid of this f***ing thing? I've got all my config set right, it can connect
    to the database, but when I try to select the damn database it gives me this: QUOTE MySQL
    Error: 1046 No Database Selected Here's the code for my database class, which I use to process
    all my database activity. I've got it writing to a log, which says that it connects to the database
    correctly, but won't select the database. CODE <?php
    require_once("config.php"); class database {    var $handle;    var $db;
       var $resu....
  20. Recomendation book about MySQL?
    (1)
    Is there anybody here that can recomend a good book about MySQL... please... not so advanced! A good
    introduction to MySQL. Regards, davidw :roll:....
  21. parse mysql table into array
    (5)
    i made a mysql db class and now i want to make a function that parses the table into an array, i
    dont have that much php experience so can anyone help me? CODE <?php
    if(!class_exists('cDB')) {  class cDB  {   var $lDB;
      function cDB($name)   {    $this->lDB = mysql_connect();  
     mysql_select_db($name, $this->lDB);   }     function table($name)
      {    //parse table array here   }     function __destruct()   {
       mysql_clo....
  22. Importing mySQL database into Nuke
    (1)
    Hi there. Is therea way to import an already made database of my forum? I need to host my
    forum, as I was hosting it from my pc, bu I wouldn't like to loose any entry in the database.
    Thanks....
  23. mySQL and MS Access
    (3)
    Can MS Access interface with mySQL? Does anyone know how to set it up? Is it even a good idea to?....
  24. PHP & MySql installed???
    (6)
    hi, umm i was just wondering if PHP and MySql come installed on the server. If not, are they
    supported on a free account? if so will i have to install it on my own? Thanks in advance for
    help.....
  25. mysql_error
    (2)
    when i add user to db in cpanel it say $dbh=mysql_connect ("localhost", "ruoning_xxx", "
    ") or die ('I cannot connect to the database because: ' . mysql_error()); mysql_select_db
    ("ruoning_yyy"); plz help me ! thanks....
  26. Setting Up Your MySQL & phpMyAdmin For The First Time
    (3)
    I have a very easy tutorial I have created, with screenshots too... Setting Up Your MySQL &
    phpMyAdmin For The First Time I have posted it as a link because there are so many images, and
    it saves on FNH bandwidth (See how considerate I am LOL).....
    http://matrixdesigns.info/modules.php?name...wtutorial&pid=1 ....
  27. what is the 'test' mysql table for?
    (3)
    just wondering... ^ thanks....
  28. MySQL database setup in the host
    (6)
    I just got my free host website ready in freenukehosting. Is there anyway to create MySQL database
    in the free hosting for my php photo album and forum, as its states there is MySQL database support
    in the Free hosting service? Plz advise. Thx! :wink:....
  29. php tutorial - basics...up to mysql/file commands
    (6)
    the best way to start php is probably not adjusting a script IMO - that misses out a stage. - the
    very first stage /biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /> -
    here... Why use php? because it allows things to be generated very quickly - without lots of html
    pages. It enables users you choose to allow, to input their own content to the pages you want them
    to. 1) save these files as anyfilename.php - pick your names, upload them to a php enabled server
    and go to the url they are at... 2) understand , .php, //////, /* */, and ;....
  30. Too Many Connections With Mysql...
    (3)
    Just in the morning.... CODE *** FATAL *** Cannot connect to localhost --- MySQL said:
    Too many connections Trouble has been reported to system administrator. Please try again later.
    Thank you. Oh...Trap17.So many men~oh.wish a more better server. /laugh.gif' border='0'
    style='vertical-align:middle' alt='laugh.gif' /> ....

    1. Looking for mysql, infos

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for mysql, infos

*MORE FROM TRAP17.COM*
advertisement



mysql infos



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE