Questions tagged as 'phpmyadmin'

0
answers

Export stored procedures from MySQL with phpmyadmin

How can I export only the stored procedures from MySQL? Only the tables appear to me ... I tried removing the structure, but neither. I have seen that they do it from here, but I can not find the form. Please omit solutions by linux or...
asked by 07.09.2018 / 15:45
1
answer

by granting all privileges to my phpmyadmin user in cpanel does not add the INSERT privilege

granting all privileges to my phpmyadmin user in cpanel does not add the INSERT privilege, and when I want to insert privileges to a database in phpmyadmin it tells me without privileges and # 1045 - Access denied to user: 'root '@' localhost '(...
asked by 05.09.2018 / 17:10
0
answers

Fatal error in PHP

When I want to see a project in php and put in the browser localhost / viveamazonas (vive amazonas is the folder where I have the project files) the following error is displayed:    Fatal error: Uncaught Error: Class 'Testimonials' not foun...
asked by 10.09.2018 / 22:33
2
answers

Blank form. It does not work

I have created the following form and I want the data entered to be saved in the database. But when I send the form, it goes blank and does nothing. I created the database, the user and the table. All the data is correct: index.php...
asked by 01.09.2018 / 17:52
1
answer

Decimals in SQL

I need to know how to make prices go like this: 1,250.00€ Now in the BD I have it put like this, decimal(10,2) and it looks like this: 1250.00€     
asked by 27.08.2018 / 11:34
0
answers

Error importing to phpmyadmin from mysql workbench

I need your help and your knowledge .. I am new programming. I was starting with something simple like forming categories in MySql workbench based on structures, then export it in sql format and import it in phpmyadmin to start working it. The e...
asked by 24.08.2018 / 06:31
1
answer

library error: tcpdf Some data has already been output, can not send PDF file

I'm having an error in my code <?php require_once "../../controllers/gestorsuscriptores.php"; require_once "../../models/gestorsuscriptores.php"; require_once('tcpdf_include.php'); $pdf = new TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAG...
asked by 20.08.2018 / 21:59
0
answers

Unknown Error when executing a query in PHP to a table containing Foreign Keys

Hello friends, my problem is something weird, I do not know what to do since I'm trying to bring the sum of each set of questions that belong to a single profile, that is: I have 5 questions from profile 1, with the id: 1,2,3,4 and 5 now I add t...
asked by 18.08.2018 / 18:14
1
answer

How to assign different functions to different types of users?

I am creating a platform for students and teachers, and each one has different functions in their profile. When they are registered, each one in my database is automatically assigned a 1 or a 2, depending on what type of user it is.    1 = T...
asked by 13.08.2018 / 20:56
0
answers

# 1045 - Access denied to user

I am doing an update of a table through a csv and it shows me this error. I asked my hosting provider for help, but they do not give me a specific answer. All the forums I've seen, have the solution but when you're working locally. Error S...
asked by 12.08.2018 / 00:03