Professional Hypertext Preprocessor, a widely used platform for dynamic web applications.
0
votes
1answer
18 views
Storage of final entry values in read only table
I have two identical tables, one is for rows which are in a queue, and one is where I move my rows once they have been processed.(thousands of rows processed daily)
In my jobs table, I store ids to ...
0
votes
0answers
14 views
Is it possible to set up mediawiki on one server then move it to another? [on hold]
I have the task of building an internal wiki for a company. I have installed a wiki on my own server but I am wondering if it would be possible to install and set up the wiki, permissions, a few ...
-2
votes
0answers
20 views
storing content of website [on hold]
How do I store content of any website (Facebook) in Database ? keeping in mind that Searching will be easy for a particular word . For Ex. I want to store each post of particular page from Facebook . ...
1
vote
0answers
14 views
mysql database is corrupt after system power failure
I have mysql database using xampp in my widows system. its got currupt after power failure i have back of database before 2 days but i dont have backup of one day transactions. now i tried ...
-2
votes
0answers
29 views
Database Comparison [closed]
I am using PHP and MySQL to handle huge data like, 10 billion rows in a table or more and more than 500 tables.
I want to know that, is there any issues with PHP and MySQL?
I know it can handle huge ...
0
votes
1answer
23 views
How to add CYCLE to BIGSERIAL in phpPgAdmin
I'm trying to apply CYCLE to a BIGSERIAL in phpPgAdmin.
I've seen how to do it with a query, but I'd much rather be able to do it from phpPgAdmin.
Can this be done with phpPgAdmin? If so, how? If ...
0
votes
2answers
21 views
Disk write in iotop when doing mysql “Copy to tmp table”
I have just moved servers from a two-server configuration with the application and database server running separately to a one-server LAMP stack.
Unfortunately the issue that I have encountered on ...
-2
votes
0answers
16 views
Symfony 1.4 database schema mysql [closed]
I'm new in database management.And just inhereted a system built on symfony 1.4.My question is if i add onDelete CASCADE on the schema, and run php symfony doctrine:insert-sql ,what will happen to ...
1
vote
1answer
44 views
Join Query effects natural ordering [closed]
If we have 2 tables
**user**
+----+------+------+-----------+
| id | user | pass | gender_id |
+----+------+------+-----------+
| 1 | lisa | good | 11 |
| 2 | jack | pass | 10 |
| 3 ...
0
votes
0answers
12 views
Filemaker to Firebird data exchange
I want to connect from filemaker to a firebird 2.x DB.
Firebird ODBC is not supported, only MYSQL, MS SQL etc.
Is there any way to have a translator in between or maybe to connect through a PHP ...
0
votes
1answer
32 views
Automobile database logic
I am building a web based quoting system for a local automobile dealership.
I think I have figured out the logic for the databases but I want to get a second opinion before I start just to make sure ...
-1
votes
1answer
20 views
Error in upgrade_from_array - mysql: 1064 query: DROP TABLE IF EXISTS filling tables
Error in upgrade_from_array - mysql: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'myhandyrestaurant' ...
0
votes
1answer
20 views
importing database backup to phpmyadmin return #1064
When I tried importing mysql database backup to MySQL using phpMyAdmin
I got the following error message:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your ...
0
votes
0answers
17 views
Connecting to remote sql-server using SQLSRV extension for php and windows authentication [duplicate]
Im using SQLSERV extension for PHP and I successfully connect my page to local Microsoft SQL Server (Native Client 11.0) using both SQL Server
Authentication and Windows Authentication but when I try ...
-3
votes
0answers
10 views
javascript pop-up outlook client [migrated]
I would like to add a function for user to click a email address , and then it will pop-up a outlook client , and also the email address "[email protected]" will be added to the send-to address field in ...