admin tag

28 questions


2 answers
104 views
0
How to change php.ini in IBM bluemix

I am trying to install phpmyadmin on IBM bluemix using the git below.How do I change the max_file_uploads value in php.ini?https://github.com/dmikusa-pivotal/cf-ex-phpmyadminI would appreciate it if y...

2 years ago

1 answers
74 views
0
I want to INSERT, but I can't.(PDO)

7/24 14:55 Add (1)I chose $dbh->prepare instead of $pdo->prepare, and after INSERT, I entered INTO, and it looked like this:Connected.ERROR:SQLSTATE [3D000]:Invalid catalog name:1046 No database...

2 years ago

1 answers
120 views
0
Forbidden error when accessing deployed phpMyAdmin page

Has anyone been able to deploy PhpMyAdmin on Mac OS High Sierra (Apache 2.4, PHP 7.1, MySQL 8.0)?I've tried everything on the Internet right now, but I can't get rid of Forbidden.If anyone is successf...

2 years ago

1 answers
87 views
0
Cannot download phpmyadmin

Even if I execute the wget command as shown below, I still get an error.Why?Command executedwget http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.4.14/phpMyAdmin-4.4.14-all-languages.tar....

2 years ago

2 answers
61 views
0
PHP does not connect to MySQL successfully

I'm trying to connect to MySQL using PHP mysql_connect, but it doesn't work.Here's the code.<?php $connect=mysql_connect(hiroki_%, hiroki, ); echo mysql_errno().: .mysql_error().<BR>; if($con...

2 years ago

1 answers
122 views
0
I can import it with phpMyAdmin, but it's not working.

As you can see, import the SQL source, 38,767 bytes (41 KB on disk) and Import to screen completed successfully.44 queries were performed.(create.sql) and There are, but there are no signs of import.I...

2 years ago

2 answers
115 views
0
Access Denied Error Connecting to Remote mysql with phpmmyadmin

in CentOS(1—Remote server) mysql(2:local server) phpmyadminConfiguring the server configuration (TCP connection).(2) includes php, php-mysql, and apache.The phpmyadmin login screen appears, but enter ...

2 years ago

1 answers
71 views
0
MAMP's phpMyAdmin username/password disappeared

After installing MAMP, I couldn't log in to phpMyAdmin because I didn't understand well and fiddled with databases and files.http://localhost/MAMP/?language=JapaneseWhen I went to the above URL, the M...

2 years ago

3 answers
79 views
0
I want to replace Distinct with Exist in SQL

To speed up the query of the search results, I wanted to replace Distinct with Exist, but it was too complicated for me to replace it well.There are two, but they are as follows.Also, when I measured ...

2 years ago

1 answers
101 views
0
session_start(): The session id is too long or contains illegal characters

I am using MAC OSX Yosemite 10.10.3.We installed MAMP and successfully launched SQL Server Apache and MAMP's top screen.However, if you open the tool →phpMyAdmin from here, the following error occurs ...

2 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.