Skip to content
Menu
Smartttips Smartttips
  • Home
  • About Us
    • Privacy Policy
  • Web Tips
    • PHP Tips
      • CodeIgniter
      • Yii Framework
      • SocialEngine
      • zendframework
      • SQL
    • jQuery
    • CSS
    • Internet
    • Google
    • whatsApp
    • Soma Messenger
    • Useful Sites
  • General Tips
    • Top 10 Lists
    • Onam wishes and Greetings
    • Travel and Tourism
  • Free Web Tools
    • English To Malayalam Converter
    • Malayalam To English Converter
    • English To Tamil Converter
    • Manglish To Malayalam Converter
    • Other Free Web Tools
  • Jobs
  • Contact
Smartttips Smartttips

Category: SQL

PhpMyAdmin Login error – Login without a password is forbidden

Posted on May 14, 2019July 23, 2020 by smarttips

The PHPMYADMIN login error “Login without a password is forbidden by configuration (see AllowNoPassword)”. This is happening because of the phpMyAdmin default configuration. PHPMyAdmin is a tool for manage MySQL in Web. It has a login interface to create and modify databases. Most people run phpMyAdmin without password for local development to avoid the time…

+

SQL – find records from one table which don’t exist in another

Posted on November 1, 2015 by smarttips

company_services +—-+——+————–+ | id | name | company_id| +—-+——+————–+ | 1 | IT services| 102| +—-+——+————–+ | 2 | hardware| 105| +—-+——+————–+ company_products +—-+——+————–+ | id | title| company_id | +—-+——+————–+ | 1 | Mouse| 101| +—-+——+————–+ +—-+——+————–+ | 2 | Keyboard| 102| +—-+——+————–+ SELECT count(*)FROM company_services WHERE company_id NOT IN (SELECT company_id FROM company_products)…

+

Resetting forgotten phpmyadmin password

Posted on October 11, 2015 by smarttips

Simply change or reset your MySQL root password by doing the following: Run the following commands in Terminal Step 1 :Stop the MySQL server sudo service mysql stop Step 2 : Start mysqld sudo mysqld –skip-grant-tables $; Step 3:Login to MySQL as root mysql -u root mysql Step 4 :Change MYSECRET with your new root…

+

Change db collation of all tables in mysql

Posted on March 22, 2015 by smarttips

SELECT CONCAT( ‘ALTER TABLE `’, t.`TABLE_SCHEMA` , ‘`.`’, t.`TABLE_NAME` , ‘` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;’ ) AS stmt FROM `information_schema`.`TABLES` t WHERE 1 AND t.`TABLE_SCHEMA` = ” ORDER BY 1 LIMIT 0 , 50 Above mysql query generate Alter table commands for the specified database. Run these sql statement as group.

+

How can be list the installed SQL Server instances

Posted on January 26, 2015 by smarttips

Press window+R windows run window will open and then type cmd Command prompt will open Run the following command  OSQL -L in in command prompt. It will list the server instance names. Example C:Userssmarttips>OSQL -L Servers: (local) smarttipsserver Free Download of the Microsoft sqlserver 2012 from following link: http://188.138.9.141/Getintopc.com/SQLEXPRWT_x64_ENU.exe

+
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next

Type to Search

Popular Posts

  • Find Vehicle ownership Details in Kerala-Through vahan Online
  • Free Online Tools for Web Statistics
  • PhpMyAdmin Login error – Login without a password is forbidden
  • Increase PHP Script Execution Time in zendframework ?
  • Umm Al Quawain Zoo-The Zoo Wildlife Park-Zoo In UAE

Categories

  • Android
  • Apple
  • Automobile
  • Banking
  • Bevco
  • BevQ App
  • Business
  • CodeIgniter
  • Computer
  • Cricket-IPL-2020
  • CSS
  • Database
  • Design
  • Digital Marketing
  • Digital marketing jobs
  • Du
  • Easy Malayalam Typing
  • Entertrainment
  • Etisalat
  • Facebook
  • Famous Birthdays
  • FIFA World Cup Live Streaming
  • Food & restaurants
  • Free Web Statistics Tools
  • G K
  • Games
  • General
  • git
  • GK
  • Google
  • Hardware
  • Health
  • Huawei
  • Instagram
  • Internet
  • iOS
  • iPad
  • iPhone
  • Java
  • javaScript
  • Jobs
  • jQuery
  • Kissan Card India
  • lifestyle
  • LiFi
  • Linux
  • Make in India
  • Mobile Phones
  • Movies
  • Ms Excel
  • Networking
  • News
  • Nodejs Framework
  • opencart
  • Opensource
  • Others
  • Outlook
  • photography
  • Photoshop Tips
  • PHP
  • PHP Project Ideas
  • phpMyadmin
  • Politics
  • PUBGMOBILE
  • SEO
  • Server
  • SMO
  • SocialEngine
  • Softwares
  • Soma Messenger
  • Sports
  • SQL
  • Technology
  • Telecom
  • Top 10 Lists
  • Travel and Tourism
  • UAE Directory
  • Uncategorized
  • Useful Sites
  • Vechicles
  • Videos
  • Web Designer
  • Web Tips
  • whatsApp
  • WiFi
  • Windows
  • windows 10
  • windows 11
  • wordpress
  • World
  • Yii Framework
  • youtube
  • zendframework

smart Tags

Android apache Baahubali baahubali releasing date cinima CodeIgniter config charset and UTF-8 Codex content css data usage edge case elementum Facebook famous birthdays Fast youTube video downloading featured image General Knowledge google Google chrome how to lose weight fast with exercise how to lose weight fast without exercise how to lose weight in 7 days HTML Color Codes iconv() detect illegal char in input image iOS iPad javascript jQuery Kerala Maecenas Microsoft Excel microsoft windows 10 Movies Mysql PHP php job vacancy php zend framework SocialEngine SQL Commands sundar pichai template ubuntu web tips zend framewrok
©2026 Smartttips | Powered by Superb Themes
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.