MySQL Server
I am currently working on a medium size project, i used to work with MySQL server but my client wants me to use MySQL. I am concerned about its performance and how it will affect the speed of every process. I need assistance especially from those who have used MYSQL, thanks
- 816 views
- 2 answers
- 1 votes
After I activate a password protection on MySQL form PHPmy Admin, how can I view that on my site? The help doesn't give sufficient explanation how to run that. I'm on Ubuntu with LAMP server.
- 1145 views
- 1 answers
- 0 votes
While creating a table for emails in mysql database it shows the following error: "#1064 – You have an error in your SQL syntax"
the following code I tried:
'
'
—
— Table structure for table `coming_soon_emails`
—
CREATE TABLE `coming_soon_emails` (
`email` varchar(64) collate utf8_unicode_ci NOT NULL,
`ts` timestamp NOT NULL default CURRENT_TIMESTAMP,
PRIMARY KEY (`email`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
- 988 views
- 3 answers
- 0 votes
How can I create a password for my localhost? I can not find the exact way to do that.
- 999 views
- 2 answers
- 1 votes
- 0 views
- 0 answers
- 0 votes
I have made a database that consists of product codes with their corresponding prices. I encoded the product codes and then tried to update the database but when running the MDF file, it is still showing the updated product codes. Does anyone knows how to avoid this permanently?
- 846 views
- 1 answers
- 0 votes
Hi guys,
Can anyone please explain me what is Database normalization and why it's important.
Need answers quickly.
- 2287 views
- 2 answers
- 0 votes
I am building a database ( in ASCII text format) which I want to put online and want to:
1) Allow others to query it.
2) Allow others to submit entries
(with administration approval first if possible).
- 865 views
- 1 answers
- 0 votes
Hi, today morning when I try to reach the server it says MySQL cluster fail. Then it opens up but shows no records. Please help. I'm in great need.
- 878 views
- 1 answers
- 0 votes
Hi guys ,
I need your help to select the most appropriate data type in mysql to store a large body of textual information
- 1108 views
- 2 answers
- 0 votes








