Jump to content

Aloisio

Members
  • Posts

    31
  • Joined

  • Last visited

Posts posted by Aloisio

  1. Hi Krydos.

     

    In the link you deployed it's running OK. But in www.BarcodeNetBar.com it still run Apache success page. Do you know why?

     

    Thank you.



    Also, with the line "Connection conexao = DriverManager.getConnection("jdbc:mysql://localhost/afarias_barcode?user=" + user);" I do connect successful in localhost.

     

    But in deployed link it do not return error but don't show the content of the queried table. And that table has 3 records.

     

    Thanks

  2. Dear bdistler.

     

    I did install phpMyadmin from XAMPP. I think it wil not work based on your assumption that I have to install it from Softaculous. I had some problem with that web page when I made click Install option it redirect me to login page all the times. I will try again and report to you. Thank you so much.

    .



    I`m getting the folowing error after click INSTALL

     

    You are already logged in to the forum. You may go to the Main Forum Index and use the Boards Facilities.
    If you wish to Log Out please click here

    Could you please send me a step by step to get and install phpMyadmin from Softaculous?



    This is the URL I though as correct, : https://www.softaculous.com/apps/dbtools/phpMyAdmin

  3. I did, as I said in the first post, indeed Heliohost have prefixed barcode with my username (afarias) becoming afarias_barcode.

     

    Should I change the .sql file and include afarias_ as a prefix of all my database references?



    indeed there is a

     

    CREATE DATABASE /*!32312 IF NOT EXISTS*/ `barcode` /*!40100 DEFAULT CHARACTER SET utf8 */;

    USE `barcode`;
    Just take it off?
  4. I understood now. phpAdmin of Heliohost. Thank you so much. I will try.



    well, i got this error.

     

    Erro

    Query SQL:

    --
    -- Current Database: `barcode`
    --
    CREATE DATABASE /*!32312 IF NOT EXISTS*/ `barcode` /*!40100 DEFAULT CHARACTER SET utf8 */;

    Mensagem do MySQL: dot.gif

    #1044 - Access denied for user 'afarias'@'localhost' to database 'barcode'

     

     

    I did make GRANT for ALL functions and I`m the unique user. on Heliohost.

     

    Some idea? Thanks again.

×
×
  • Create New...