Search the Community
Showing results for tags 'mysql'.
-
Hi, there! I have a issue that was not happening till' today, it seems that the PHP is not working with mysql-mysqli sessions ($_SESSION['example']), i don't know if there is something new that i have to do to make the sessions working again...(the php to update or insert new data to the database is working) btw, i've working with the system without problems for MONTHS, i did not change something on my codes (cuz i have 2 different logins for 2 different websites and in the 2 is happening the same thing...) Is there a new PHP update that make this issue? A maintenance? Or what's going on?!?
-
Hello, i want to know where my data [mySql + member] saved ? i have 100 accounts created on my host i want to check that account
-
Hi, Happy New Year I am a free host user and wonder if anyone can help me to access a MySQL database using a PHP script?The Script file I am using contains the variables:-$dbHost="sql106.byethost9.com"; //MySQL server$dbUnam="b9_2951756"; //temp$dbPwrd="tennis"; //database password$dbName="b9_2951756_GTC"; //database name$dbPfix=""; //db table name prefix (optional)The variables are taken from the left-hand column of my cPanel and the error produced is:- MySQL hostname: "sql106.byethost9.com" MySQL username: "b9_2951756" and I use my cPanel Password The part I need, that isn't shown in cPanel is the correct 'Database Name'. When I use the 'MySQL' app (in cPanel) it shows:- 'MySQL DB Name' as "b9_2951756_GTC" ... but using this as above in the variable '$dbName' in my php file, doesn't work and I get the error message:- 'SQL query error: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'b9_2951756_GTC._settings' doesn't exist' Can anyone indicated where I find the correct database name, how how I use what is there? Thanks in anticipation. Allan