FreeNASmysqlUNIX Installing WordPress on a FreeNAS Jail After creating a basic jail do this: Step 1 Configue the the Jail to Use SSH https://www.ixsystems.com/documentation/freenas/11.2-U6/jails.html#accessing-a-jail-using-ssh Step... malcolmAug 20, 2020
Databasemysql How to Change Authentication Method in MySQL First, to check what is being used run this, SELECT user, authentication_string, plugin, host FROM mysql.user; If the... malcolmMar 23, 2020
Database How to the fix the failed to establish a database connection in wordpress If your WordPress web site has lost connection to its database, you might want to try the steps... malcolmFeb 6, 2017
Oracle Restarting the Oracle eBusiness Suite Concurrent Manager Run $FND_TOP/bin/startmgr.sh you will need the password for the apps account. To check it is running,... malcolmOct 6, 2011
DatabaseOracle ORA-27121: unable to determine size of shared memory segment If when you are trying to login to Oracle 10G on linux you get : ORA-01034: ORACLE not... malcolmAug 8, 2011
DatabaseSQL Server Changing a SQL database name USE master; alter database DB1_DEV set SINGLE_USER with rollback immediate go ALTER DATABASE DB1_DEV Modify Name =... malcolmMay 24, 2011
DatabaseOracle Grid Control access to a Windows server If you are trying to get Grid Control to access a Windows server and having trouble here’s a... malcolmMay 4, 2011
DatabaseOracle Managing Oracle RMAN backups Every now and again something will go screwy with my automatic RMAN backups and I’ll to find any... malcolmMay 3, 2011
DatabaseSQL Server Creating a link between two SQL servers To create a link between two SQL Servers you need to use the sp_addlinkedserver and sp_addlinkedsrvlogin stored procedures.... malcolmMar 30, 2011
DatabaseSQL Server Manually adding a mail account to SQL2005/2008 I was having trouble adding configuring Database Mail on a SQL2005 server today. I followed the wizard just... malcolmMar 30, 2011