php my admin
I have installed the same version of phpmyadmin on my local and aws instance but on aws it is not showing edit delete option.
{
img text
[BLOB - 4.6 KiB] Tue Jun 16 12:37:42 IST 2015
[BLOB - 2.4 MiB] Tue Jun 16 12:39:54 IST 2015
}
you can add auto increment option in any field or an index
Related
curious if anyone can explain this one to me, I'm using ocp 3.11 and NFS as the persistence for my containers...
if I run the container as a Deployment I end up with what looks like the correct permissions (e.g. arbitrary UID):
drwx------. 20 1000060000 nfsnobody 4096 Nov 5 10:29 alpha
however, if I run the same container as a simple pod I end up with the USER as owning the files:
drwxr-x---. 3 26 26 41 Nov 5 11:29 lastone
i would have thought the pod would write with the same UID as the deployment above. I'm probably missing something simple here and any suggestions would be appreciated.
I am getting the following error when I try to start the server manually or from command prompt.
Stopping NodeJS cartridge
Sun Dec 20 2015 10:29:20 GMT-0500 (EST): Stopping application 'nodejs' ...
Sun Dec 20 2015 10:29:20 GMT-0500 (EST): Stopped Node application 'nodejs'
Starting NodeJS cartridge
Sun Dec 20 2015 10:29:21 GMT-0500 (EST): Starting application 'nodejs' ...
Waiting for application port (8080) become available ...
Application 'nodejs' failed to start (port 8080 not available)
Failed to execute: 'control restart' for /var/lib/openshift/5671bca50c1e66a111000114/nodejs
Please provide any solution. Thanks in advance.
I'm trying to get Message Archive Management ( mam ) on a prosody server
working.
I tried it with SQLite3, MySQL and PostgreSQL.
Always this log:
Oct 20 14:56:21 general info Hello and welcome to Prosody version 0.9.7
Oct 20 14:56:21 general info Prosody is using the epoll backend for connecti$
Oct 20 14:56:22 localhost:mam error Could not open archive storage
The archive is existing in /var/lib/prosody/.
Can someone please explain with clear step by step instructions to a noobie, why is my console giving me these errors for some of my files on a project? I usually get them for external style sheets sometimes images and external .js documents.
Makes no sense to me.
Console shows Error: 403 Forbidden for each of them...
My noobie intuition says something is not right with my permissions for my sites directory or something among these lines. I dont know how to check
If you are using a LAMP stack for web server then you can face that problem.
First check the permission of all the files in the subsequent directory -
Let say that these are four external js in your html file like as :-
<script src="/js/file1.js"></script>
<script src="/js/file2.js"></script>
<script src="/js/file3.js"></script>
<script src="/js/file4.js"></script>
and you are getting errors for file1.js and file2.js then goto the js directory and check their permissions :-
user#host js $ ls -la
total 188
drwxrwxr-x 2 user user 4096 Jul 19 01:51 .
drwxrwxr-x 6 user user 4096 Jul 19 01:39 ..
-rw-rw-r-- 1 user user 55258 Feb 13 2014 file1.js
-rwxrw-r-- 1 user user 55258 Feb 13 2014 file2.js
-rwxrw-r-- 1 user user 55258 Feb 13 2014 file3.js
-rw-rw-r-- 1 user user 55258 Feb 13 2014 file4.js
-rw-rw-r-- 1 user user 29110 Feb 13 2014 bootstrap.min.js
If required change their permission with chmod and chown command.
Fedora 20 (was also happening on Fedora 19 before I upgraded last week), Google Chrome (stable) package google-chrome-stable-37.0.2062.120-1.x86_64.
My /var/log/messages file is getting filled with tons of messages of this format:
Sep 17 11:21:38 xxxxxx /etc/gdm/Xsession[15691]: [14334:14836:0917/112138:ERROR:value_store_frontend.cc(62)] Error while writing pkehgijcmpdhfbdbbnkijodmdjhbjlgp.browser_action to /home/user/.config/google-chrome/Default/Extension State
That directory looks like this:
$ ls -la '/home/user/.config/google-chrome/Default/Extension State'
total 37236
drwxrwx---. 2 user user 4096 Sep 17 11:25 .
drwx------. 18 user user 4096 Sep 17 11:25 ..
-rwxrwx---. 1 user user 2422 May 7 2013 000473.sst
-rwxrwx---. 1 user user 383609 May 9 2013 000475.sst
-rwxrwx---. 1 user user 452513 May 10 2013 000478.sst
-rwxrwx---. 1 user user 611630 May 10 2013 000481.sst
-rwxrwx---. 1 user user 4023516 May 14 2013 000484.sst
-rwxrwx---. 1 user user 4174557 May 16 2013 085503.sst
-rwxrwx---. 1 user user 4176130 May 17 2013 168720.sst
-rwxrwx---. 1 user user 4176130 May 21 2013 207630.sst
-rwxrwx---. 1 user user 654387 May 22 2013 207632.sst
-rwxrwx---. 1 user user 4174557 May 23 2013 286790.sst
-rwxrwx---. 1 user user 3369565 May 29 2013 286792.sst
-rwxrwx---. 1 user user 4174557 May 30 2013 311947.sst
-rwxrwx---. 1 user user 3517042 Jun 3 2013 311949.sst
-rwxrwx---. 1 user user 4191834 Jun 5 2013 311953.log
-rwxrwx---. 1 user user 16 Jun 3 2013 CURRENT
-rwxrwx---. 1 user user 0 Aug 15 2012 LOCK
-rw-rw-r--. 1 user user 0 Sep 17 11:25 LOG
-rw-rw-r--. 1 user user 0 Sep 17 11:25 LOG.old
-rwxrwx---. 1 user user 1867 Jun 4 2013 MANIFEST-311951
SELinux is in permissive mode, and all of the above have context unconfined_u:object_r:config_home_t:s0.
There's nothing relevant in /var/log/audit/audit.log, and I haven't found anything about this online. (Yet, at least.)
Has anyone seen this/know what's causing it/know what to do about it?
Thanks!
For me, simply deleting the contents of the 'Extension State' directory didn't have any deleterious effects, and seems to have fixed the problem. I'm not sure what those files are for, perhaps a temporary state cache for extensions (Doing nothing but switching tabs causes the error/files to be written), but they don't seem to be particularly important to save.
I suspect the problem gets caused if the system is shutdown improperly or Chrome crashes and it gets left in an odd state.